Skip to main content
Back to registry

tanstack-integration-best-practices

deckardger/tanstack-agent-skills

Guidelines for integrating TanStack Query, Router, and Start together effectively. These patterns ensure optimal data flow, caching coordination, and type safety across the stack.

Installs473
Install command
npx skills add https://github.com/deckardger/tanstack-agent-skills --skill tanstack-integration-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Guidelines for integrating TanStack Query, Router, and Start together effectively. These patterns ensure optimal data flow, caching coordination, and type safety across the stack. Each rule file in the rules/ directory contains: See individual rule files in rules/ directory for detailed guidance and code examples. - Setting up a new TanStack Start project - Integrating TanStack Query with TanStack Router - Configuring SSR with query hydration - Coordinating caching between router and query - Setting up type-safe data fetching patterns - setup-query-client-context — Pass QueryClient through router context - setup-provider-wrapping — Correctly wrap with QueryClientProvider - setup-stale-time-coordination — Coordinate staleTime between router and query - flow-loader-query-pattern — Use loaders with ensureQueryData - flow-suspense-query-component — Use useSuspenseQuery in components - flow-mutations-invalidation — Coordinate mutations with query invalidation - flow-server-functions-queries — Use server functions for query functions - cache-single-source — Let TanStack Query manage caching - cache-preload-coordination — Coordinate preloading between router and query - cache-invalidation-patterns — Unified invalidation patterns - ssr-dehydrate-hydrate — Use setupRouterSsrQueryIntegration for automatic SSR - ssr-per-request-client — Create QueryClient per request -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tanstack-integration-best-practices do?

Guidelines for integrating TanStack Query, Router, and Start together effectively. These patterns ensure optimal data flow, caching coordination, and type safety across the stack.

Is tanstack-integration-best-practices good?

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

What agent does tanstack-integration-best-practices work with?

tanstack-integration-best-practices currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to tanstack-integration-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tanstack-integration-best-practices?

npx skills add https://github.com/deckardger/tanstack-agent-skills --skill tanstack-integration-best-practices

Related skills

More from deckardger/tanstack-agent-skills

Related skills

Alternatives in Software Engineering