tanstack-router-best-practices

Installation
SKILL.md

TanStack Router Best Practices

Route Setup

Root Route with Context

// src/routes/__root.tsx
interface RouterContext {
  queryClient: QueryClient
  auth: { isAuthenticated: boolean; user: User | null }
}
Installs
4
GitHub Stars
3
First Seen
Apr 13, 2026
tanstack-router-best-practices — spardutti/claude-skills