October 2024
Zustand 5 Is Here
No new feature in this 5.0 version, but a lot of old code / feature deletions and a final size twice smaller.
No new feature in this 5.0 version, but a lot of old code / feature deletions and a final size twice smaller.
How to manage our stores in a react app ? globally or locally ? what is better for DX and performances ? Dominik shares his views on mixing zustand and contexts to reference store globally but store values locally to avoid unnecessary rerenders.