tanstack-query
Asynchronous state management for React, providing data fetching, caching, and TanStack Query v5 migration patterns.
Install
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-queryStats
| Total installs | 2,526 |
| Weekly installs | 2.5K |
| GitHub stars | 661 |
| First seen | Jan 20, 2026 |
| Source | @jezweb/claude-skills |
Summary
- Requires object syntax for all hooks (useQuery({ queryKey, queryFn })) and array query keys; v4 function overloads are removed
- Includes useMutationState for cross-component mutation tracking, simplified optimistic updates via variables, and throwOnError for error boundaries
- Supports offline-first patterns via networkMode ('online', 'always', 'offlineFirst') and PWA scenarios with fetchStatus detection
- Provides infiniteQueryOptions factory and maxPages for memory-efficient pagination; initialPageParam is now required
- Prevents 16+ migration errors: renamed options (gcTime replaces cacheTime, isPending replaces isLoading), removed query callbacks (use useEffect instead), and SSR/hydration race conditions with streaming components
Tags
Related skills
| Skill | Installs | vs tanstack-query |
|---|---|---|
| clerk-testing | 2,561 | +35 |
| flutter-building-layouts | 2,891 | +365 |
| product-designer | 2,489 | -37 |
| ui-animation | 2,426 | -100 |
| minimalist-ui | 2,984 | +458 |
FAQ
- How many installs does tanstack-query have?
- tanstack-query has 2,526 total installs and 2.5K installs this week.
- Where is tanstack-query hosted?
- tanstack-query is published by @jezweb/claude-skills at https://github.com/jezweb/claude-skills.
- How many GitHub stars does tanstack-query have?
- tanstack-query has 661 GitHub stars.
- When was tanstack-query first indexed?
- OrangeBot.AI first indexed tanstack-query on Jan 20, 2026.
- How do I install tanstack-query?
- Run: npx skills add https://github.com/jezweb/claude-skills --skill tanstack-query