Replies: 1 comment 3 replies
-
I thought stale props and zombie children refer the same thing, no? With automatic batching in React 18, we shouldn't suffer from stale props. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, one of the first sentences in the readme is that Zustand handles the zombie child problem, react concurrency, and context loss between mixed renderers. But does Zustand suffer from stale props like
use-context-selector
or is that handled as well?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions