tanstack-query-integration-and-rendering
TanStack Query Integration and Rendering
Use this skill when the task crosses runtime boundaries, especially server to client handoff, framework-specific rendering, or router-driven prefetching.
Scope
- SSR and hydration with
dehydrateandHydrationBoundary - Next.js Pages Router and App Router integration
- streaming and experimental Next.js helpers
- router prefetching and render-as-you-fetch patterns
- React Native and framework-specific integration cues
Routing cues
dehydrate,HydrationBoundary, SSR, hydration, server prefetching, or "where should I create the client" -> this skill- App Router, server components, Next.js streaming, or
@tanstack/react-query-next-experimental-> this skill - plain
useQuerysetup and cache tuning without server boundaries ->tanstack-query-fetching-and-cache - mutations, optimistic writes, persistence, or broadcast sync ->
tanstack-query-mutations-and-sync - TypeScript helpers, tests, or ESLint rules ->
tanstack-query-typescript-and-tooling
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4