Skip to main content
Back to registry

react-state-management

wshobson/agents

Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization.

Installs4
Install command
npx skills add https://github.com/wshobson/agents --skill react-state-management
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization. - Setting up global state management in a React app - Choosing between Redux Toolkit, Zustand, or Jotai - Managing server state with React Query or SWR - Implementing optimistic updates - Debugging state-related issues - Migrating from legacy Redux to modern patterns - Colocate state - Keep state as close to where it's used as possible - Use selectors - Prevent unnecessary re-renders with selective subscriptions - Normalize data - Flatten nested structures for easier updates - Type everything - Full TypeScript coverage prevents runtime errors - Separate concerns - Server state (React Query) vs client state (Zustand) - Don't over-globalize - Not everything needs to be in global state - Don't duplicate server state - Let React Query manage it - Don't mutate directly - Always use immutable updates - Don't store derived data - Compute it instead - Don't mix paradigms - Pick one primary solution per category

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-state-management do?

Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization.

Is react-state-management good?

react-state-management does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-state-management work with?

react-state-management currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to react-state-management?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-state-management?

npx skills add https://github.com/wshobson/agents --skill react-state-management

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering