tanstack-integration

Installation
SKILL.md

TanStack Integration

Use this skill to apply current, source-backed TanStack guidance. Keep answers aligned with installed package source first, official TanStack docs second, and package-shipped skills third. Read references/current-authority.md when APIs, versions, CLI commands, or source freshness materially affect the task.

Decision Tree

  • Need Start + Router + Query SSR? Use a fresh per-request QueryClient, router context, and setupRouterSsrQueryIntegration.
  • Need loader data in components? Use ensureQueryData in loader and useSuspenseQuery in component.
  • Need Convex live data? Let Convex own live subscriptions; use Query only through deliberate adapter/query ownership.
  • Need auth? Use Router guards for UX and Start/Convex/server boundaries for private data.

Rules

Installs
1
GitHub Stars
5
First Seen
3 days ago
tanstack-integration — bjornmelin/dev-skills