tanstack-start

- Creating or refactoring routes under src/routes/* .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tanstack-start" with this command: npx skills add huynhsang2005/blog-tanstack/huynhsang2005-blog-tanstack-tanstack-start

TanStack Start Skill

When to use

  • Creating or refactoring routes under src/routes/* .

  • Implementing server functions (privileged reads/writes).

  • Ensuring SSR + hydration correctness with TanStack Query.

Guardrails

  • Keep secrets and privileged writes server-side only.

  • Validate inputs at boundaries with Zod (params/search/server-function inputs).

  • Prefer “thin routes”: UI composition + data wiring; move business logic into domain modules.

Workflow checklist

  • Identify route + data boundary (client vs server) and decide what must run server-side.

  • Define Zod schema(s) for inputs/params; parse early; return typed results.

  • Use SSR-friendly loading patterns (route-level loader + SSR Query integration).

  • Keep cache behavior explicit (staleTime, gcTime, invalidation) and predictable.

  • Add minimal tests for critical logic when behavior changes.

Tooling

  • Use TanStack MCP for Start APIs, server function patterns, and SSR guidance.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

framer-motion

No summary provided by upstream source.

Repository SourceNeeds Review
General

tanstack-form

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-ui-ux

No summary provided by upstream source.

Repository SourceNeeds Review
General

tanstack-table

No summary provided by upstream source.

Repository SourceNeeds Review