react-state-management
Comprehensive guide and patterns for modern React state management using Redux, Zustand, Jotai, and React Query.
Install
npx skills add https://github.com/wshobson/agents --skill react-state-managementStats
| Total installs | 4,849 |
| Weekly installs | 4.8K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers five state types: local component state, global state, server state, URL state, and form state, with recommended solutions for each
- Includes complete TypeScript patterns for Redux Toolkit slices, Zustand with scalable slice architecture, Jotai atomic state, and React Query with optimistic updates
- Demonstrates combining client state (Zustand) with server state (React Query) in a single application
- Provides selection criteria to choose between solutions based on app complexity, server interaction patterns, and update granularity
- Includes best practices for colocating state, normalizing data, using selectors to prevent re-renders, and migration guidance from legacy Redux
Tags
Related skills
| Skill | Installs | vs react-state-management |
|---|---|---|
| typescript-react-reviewer | 3,900 | -949 |
| react-native-architecture | 5,519 | +670 |
| angular-component | 6,039 | +1,190 |
| vitepress | 5,310 | +461 |
| slidev | 4,661 | -188 |
FAQ
- How many installs does react-state-management have?
- react-state-management has 4,849 total installs and 4.8K installs this week.
- Where is react-state-management hosted?
- react-state-management is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does react-state-management have?
- react-state-management has 32.4K GitHub stars.
- When was react-state-management first indexed?
- OrangeBot.AI first indexed react-state-management on Jan 20, 2026.
- How do I install react-state-management?
- Run: npx skills add https://github.com/wshobson/agents --skill react-state-management