frontend-state-strategy
Installation
SKILL.md
Frontend State Strategy
When to use this skill
- Choosing state management solution
- Architecting state in applications
- Refactoring state management
Workflow
- Identify state types (local, global, server)
- Choose appropriate tool for each type
- Avoid prop drilling
- Colocate state with usage
- Keep state minimal