Solid reference for navigating React's state management ecosystem. Covers the decision matrix between Redux Toolkit, Zustand, and Jotai with practical TypeScript examples for each. The Zustand slice pattern and Jotai atomic examples are especially useful for scaling beyond basic useState. Includes React Query patterns for server state separation, which is often overlooked but crucial for modern apps. The selection criteria table saves you from overthinking tool choice. Code examples are production-ready with proper TypeScript, error handling, and performance considerations like selective subscriptions in Zustand.
npx skills add https://github.com/wshobson/agents --skill react-state-management