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';
Installs
13
First Seen
Feb 3, 2026
tanstack-query — alicoder001/agent-skills