state-management

Installation
SKILL.md

State Management

Choose the right state management approach for your React application.

Instructions

  1. Start simple - Use useState/useReducer before reaching for libraries
  2. Separate concerns - UI state vs server state vs global state
  3. Collocate state - Keep state close to where it's used
  4. Use the right tool - Different state types need different solutions
  5. Avoid over-engineering - Not everything needs global state

State Types

Installs
4
GitHub Stars
3
First Seen
Mar 15, 2026
state-management — housegarofalo/claude-code-base