-
According to documentation, the way to reduce re-renders with With Related: #7233 Example/reproduction: https://stackblitz.com/edit/vite-react-ts-jnyua9?file=src%2FApp.tsx |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
I agree with this one, as it would make the behaviour similar to Probably having a Let's say we want to combine multiple results, but in different situations we would like to still reuse the same |
Beta Was this translation helpful? Give feedback.
-
hmm yeah there is something wrong. if combine returns a stable value, there shouldn’t be any more re-renders 🤔 |
Beta Was this translation helpful? Give feedback.
I have a fix here: