Skip to main content
Back to the directory
jezweb/claude-skillsSoftware EngineeringFrontend and Design

tanstack-query

Server state management for React with TanStack Query v5, covering data fetching, mutations, infinite queries, and offline support.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-query
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, tanstack-query has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: jezweb/claude-skills. Canonical URL: https://skills.sh/jezweb/claude-skills/tanstack-query.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Server state management for React with TanStack Query v5, covering data fetching, mutations, infinite queries, and offline support. Last Updated : 2026-01-20 Versions : @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires : React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) Access mutation state from anywhere without prop drilling: New pattern using variables - no cache manipulation, no rollback needed: Renamed from useErrorBoundary (breaking change): Control behavior when offline: Detecting paused state: Combine results from parallel queries: Type-safe factory for infinite queries (parallel to queryOptions ): Limit pages stored in cache for infinite queries: Note: maxPages requires bi-directional pagination ( getNextPageParam AND getPreviousPageParam ). ✅ Use object syntax for all hooks ✅ Use array query keys ✅ Configure staleTime appropriately ✅ Use isPending for initial loading state ✅ Throw errors in queryFn ✅ Invalidate queries after mutations ✅ Use queryOptions factory for reusable patterns ✅ Use gcTime (not cacheTime) ❌ Never use v4 array/function syntax ❌ Never use query callbacks (onSuccess, onError, onSettled in queries) ❌ Never use deprecated options ❌ Never assume isLoading means "no data yet" ❌ Never forget initialPageParam for infinite queries ❌ Never use enabled with useSuspenseQuery ❌ Never rely on refetchOnMount: false...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tanstack-query do?

Server state management for React with TanStack Query v5, covering data fetching, mutations, infinite queries, and offline support.

Is tanstack-query good?

tanstack-query does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support tanstack-query?

tanstack-query currently lists compatibility with Skills CLI.

Is tanstack-query safe to install?

tanstack-query has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to tanstack-query?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install tanstack-query?

Run the following command to install tanstack-query: npx skills add https://github.com/jezweb/claude-skills --skill tanstack-query

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering