This skill provides comprehensive guidance on React Query (TanStack Query) for building modern React applications with async state management.
Read the relevant reference file based on what you need:
| Practical React Query | Core concepts, defaults, query keys, custom hooks | 01-practical-react-query.md | | Why Use React Query | Benefits and reasons to adopt React Query | 23-why-use.md | | When Not Needed | Simpler alternatives when React Query is overkill | 21-when-not-needed.md |
Comprehensive guide to React Query (TanStack Query) covering data fetching, caching, mutations, error handling, TypeScript, testing, and advanced patterns. Use when working with React Query, TanStack Query, or async state management in React applications. Source: mhdcodes/react-query-skill.