zustand
Installation
SKILL.md
Zustand - Minimalist State Management
Simple, fast, and scalable state management without the boilerplate
When to Use
Use Zustand when you need:
- Global state shared across multiple components
- Simple API without boilerplate (no providers, actions, reducers)
- Performance with fine-grained subscriptions
- TypeScript support with excellent type inference
- Middleware for persistence, devtools, or immer
- Lightweight solution (small bundle size)