state-management
Comprehensive guide for React state management using Context API, Zustand, Redux Toolkit, and React Query.
Install
npx skills add https://github.com/supercent-io/skills-template --skill state-managementStats
| Total installs | 10,538 |
| Weekly installs | 10.5K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Choose Context API for simple global state, Zustand for medium complexity, Redux Toolkit for large-scale apps with complex logic, and React Query for server data fetching and caching
- Covers local vs. global state decisions, immutability constraints, and the minimal state principle to avoid redundant derived values
- Includes complete working examples for authentication contexts, shopping carts, todo management, and async data fetching with proper TypeScript typing
- Emphasizes selective subscriptions, single source of truth, and avoiding props drilling across 5+ component levels
Tags
Related skills
| Skill | Installs | vs state-management |
|---|---|---|
| performance-optimization | 11,460 | +922 |
| vue-debug-guides | 9,874 | -664 |
| vueuse-functions | 9,357 | -1,181 |
| widgets-ui | 13,871 | +3,333 |
| react-native-best-practices | 8,572 | -1,966 |
FAQ
- How many installs does state-management have?
- state-management has 10,538 total installs and 10.5K installs this week.
- Where is state-management hosted?
- state-management is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does state-management have?
- state-management has 88 GitHub stars.
- When was state-management first indexed?
- OrangeBot.AI first indexed state-management on Jan 24, 2026.
- How do I install state-management?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill state-management