React State with Zustand
Zustand simplifies state management.
Context
- Tech Platform
- React Query — Server state vs client state boundary
- Data Fetching — Where fetched data meets local state
- State Management — Parent overview of state strategies
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?