zustand-patterns
Installation
SKILL.md
Zustand Patterns Skill
This skill covers Zustand state management patterns for React applications.
When to Use
Use this skill when:
- Managing global client state
- Implementing authentication state
- Creating shopping cart functionality
- Building theme/settings management
Core Principle
SIMPLE BY DEFAULT - Zustand is minimal. Keep stores focused and use selectors for performance.
Basic Store
Related skills