AI AGENT ADDONS

React State Management

wshobson/agents
Frontend Development
11,698installs

Managing data in React apps can be tricky. This guide helps you handle everything from simple local state to complex global stores. You will learn about popular tools like Redux Toolkit, Zustand, Jotai, and React Query.

Choose the right tool for your project. Small apps can use Zustand or Jotai. Large apps benefit from Redux Toolkit. Server data works best with React Query. This skill shows you how to set up and use each one.

Follow best practices to avoid common mistakes. Keep state close to where it is used. Use selectors to prevent extra re-renders. Always type your code with TypeScript. This skill makes state management simple and clear.

Add React State Management skill to your workflow

Global

mkdir -p ~/.claude/skills/react-state-management

Project

mkdir -p .claude/skills/react-state-management

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago