olorehq-olore-tanstack-query-latest
Installation
SKILL.md
TanStack Query Documentation
TanStack Query (formerly React Query) is a powerful library for server state management. This documentation covers data fetching, caching, synchronization, queries, mutations, and framework integrations for React, Vue, Angular, 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 |
| Getting started with Angular | contents/framework/angular/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 |