This skill equips Claude with standardized implementation patterns for managing the four pillars of application state: server state, client UI state, form state, and URL state. It provides pre-configured templates for TanStack Query (React Query) with optimistic updates, persistent Zustand stores, atomic Jotai atoms, and type-safe forms via React Hook Form and Zod. By following these patterns, developers can ensure their applications remain performant, maintainable, and consistent across different architectural layers, including handling complex SSR hydration and synchronization between the UI and URL parameters.
主な機能
01Atomic and derived state units using Jotai
021 GitHub stars
03URL-synchronized state management for advanced filtering and pagination
04Type-safe form validation using React Hook Form and Zod
05Server state orchestration with TanStack Query and optimistic updates
06Global and persistent client state management via Zustand