Skip to main content

React State with Zustand

Zustand simplifies state management.

Documentation

Context

Questions

When does a Zustand store become the wrong abstraction?

  • What state belongs in a store vs URL params vs server cache?
  • How do you prevent store sprawl across feature boundaries?
  • When should two stores merge vs stay separate?