state-management-design
Installation
SKILL.md
State Management Design
Purpose
Design state management architecture that handles local, server, and global state effectively.
Process
- Categorize state types
- Select management tools
- Design state structure
- Plan state synchronization
- Document patterns
StudyAbroad-Specific Considerations
- Server state: React Query (applications, universities)
- UI state: Zustand (modals, filters, preferences)
- Form state: React Hook Form
- URL state: React Router (search params)