Skip to main content

Zustand

Zustand is a small, fast, and scalable bearbones state management solution. Zustand has a comfy API based on hooks.

It is made to prevent common pitfalls, like the dreaded zombie child problem, React concurrency, and context loss between mixed renderers. It may be the one state manager in the React space that gets all of these right.