olore-tanstack-query-4
Installation
SKILL.md
TanStack Query v4 Documentation
TanStack Query (formerly React Query) is a powerful library for server state management. This documentation covers v4 features including data fetching, caching, synchronization, queries, mutations, and framework integrations for React, Vue, Svelte, and Solid.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started with React | contents/framework/react/quick-start.md |
| Getting started with Vue | contents/framework/vue/quick-start.md |
| Core concepts (queries) | contents/framework/react/guides/queries.md |
| Mutations | contents/framework/react/guides/mutations.md |
| Caching strategies | contents/framework/react/guides/caching.md |
| TypeScript usage | contents/framework/react/typescript.md |
| API reference (React) | contents/framework/react/reference/ |
| Core classes | contents/reference/QueryClient.md |
| Migration to v4 | contents/framework/react/guides/migrating-to-react-query-4.md |