tanstack-query
Installation
SKILL.md
TanStack Query Best Practices
Server state management with automatic caching and synchronization.
Instructions
1. Setup
// providers/QueryProvider.tsx
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';