This skill empowers Claude to architect robust React applications by selecting and implementing the most appropriate state management solutions for any given scale. It provides standardized patterns for global stores, atomic state, and server-side data synchronization, helping developers move away from legacy Redux boilerplate toward modern, type-safe alternatives like Zustand and TanStack Query. Whether you are setting up a new project or migrating an existing codebase, this skill ensures best practices for performance, scalability, and developer experience by providing optimized implementations for local, global, and server state.
主な機能
01Lightweight global state configurations using Zustand slices
02Standardized Redux Toolkit setup with TypeScript and async thunks
030 GitHub stars
04Server state synchronization and optimistic updates with React Query
05Advanced performance optimization using selective subscriptions and selectors
06Atomic and granular state management patterns with Jotai