This skill equips Claude with specialized knowledge for implementing TanStack Query (formerly React Query) v5, enabling efficient server state management within React ecosystems. It assists developers in building robust data fetching layers, managing complex cache lifecycles, and implementing advanced asynchronous patterns like optimistic UI updates and infinite scrolling. By integrating best practices for query keys, mutations, and React Suspense, the skill ensures high-performance, type-safe, and scalable frontend architectures while eliminating the need for boilerplate-heavy state management libraries.
主な機能
014 GitHub stars
02TypeScript-ready patterns for end-to-end type safety
03Optimistic UI and background data synchronization patterns
04Advanced cache management and query invalidation strategies
05Expert implementation of useQuery and useMutation hooks
06Support for React Suspense and infinite scroll pagination