add-tanstack-query
Installation
SKILL.md
Add TanStack Query
Server state, caching, refetching, mutations, optimistic UI.
Install
npm install @tanstack/react-query
Setup in root
// app/_layout.tsx
import { QueryClient, QueryClientProvider, focusManager } from '@tanstack/react-query';
import { AppState } from 'react-native';