tanstack-query
Installation
SKILL.md
TanStack Query
TanStack Query (formerly React Query) is a powerful async state management library for fetching, caching, synchronizing, and updating server state in your applications. It works with React, Vue, Solid, Svelte, and Angular.
Important: Fetching Documentation
CRITICAL: When fetching TanStack Query documentation pages, always append .md to the URL to get the markdown version for optimal readability.
# ❌ Don't fetch this:
https://tanstack.com/query/latest/docs/framework/react/overview
# ✅ Fetch this instead:
https://tanstack.com/query/latest/docs/framework/react/overview.md
This applies to ALL documentation links from TanStack.