Author Profile: TanStack

Skills published by TanStack with real stars/downloads and source-aware metadata.

Total Skills

7

Total Stars

100K

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

router-core-auth-and-guards

14.3K

Stars
14.3K
Downloads
0

router-core

14.3K

Stars
14.3K
Downloads
0

router-core-ssr

14.3K

Stars
14.3K
Downloads
0

router-core-type-safety

14.3K

Stars
14.3K
Downloads
0

start-core-auth-server-primitives

14.3K

Stars
14.3K
Downloads
0

start-core-deployment

14.3K

Stars
14.3K
Downloads
0

start-core-execution-model

14.3K

Stars
14.3K
Downloads
0

Published Skills

General

router-core-auth-and-guards

Route protection with beforeLoad, redirect()/throw redirect(), isRedirect helper, authenticated layout routes (_authenticated), non-redirect auth (inline login), RBAC with roles and permissions, auth provider integration (Auth0, Clerk, Supabase), router context for auth state.

Repository SourceNeeds Review
-14.3KTanStack
General

router-core

Framework-agnostic core concepts for TanStack Router: route trees, createRouter, createRoute, createRootRoute, createRootRouteWithContext, addChildren, Register type declaration, route matching, route sorting, file naming conventions. Entry point for all router skills.

Repository SourceNeeds Review
-14.3KTanStack
Coding

router-core-ssr

Non-streaming and streaming SSR, RouterClient/RouterServer, renderRouterToString/renderRouterToStream, createRequestHandler, defaultRenderHandler/defaultStreamHandler, HeadContent/Scripts components, head route option (meta/links/styles/scripts), ScriptOnce, automatic loader dehydration/hydration, memory history on server, data serialization, document head management.

Repository SourceNeeds Review
-14.3KTanStack
Coding

router-core-type-safety

Full type inference philosophy (never cast, never annotate inferred values), Register module declaration, from narrowing on hooks and Link, strict:false for shared components, getRouteApi for code-split typed access, addChildren with object syntax for TS perf, LinkProps and ValidateLinkOptions type utilities, as const satisfies pattern.

Repository SourceNeeds Review
-14.3KTanStack
Coding

start-core-auth-server-primitives

Server-side authentication primitives for TanStack Start: session cookies (HttpOnly, Secure, SameSite, __Host- prefix), session read/issue/destroy via createServerFn and middleware, OAuth authorization-code flow with state and PKCE, password-reset enumeration defense, CSRF for non-GET RPCs, rate limiting auth endpoints, session rotation on privilege change. Pairs with router-core/auth-and-guards for the routing side.

Repository SourceNeeds Review
-14.3KTanStack
General

start-core-deployment

Deploy to Cloudflare Workers, Netlify, Vercel, Node.js/Docker, Bun, Railway. Selective SSR (ssr option per route), SPA mode, static prerendering, ISR with Cache-Control headers, SEO and head management.

Repository SourceNeeds Review
-14.3KTanStack
Coding

start-core-execution-model

Isomorphic-by-default principle, environment boundary functions (createServerFn, createServerOnlyFn, createClientOnlyFn, createIsomorphicFn), ClientOnly component, useHydrated hook, import protection, dead code elimination, environment variable safety (VITE_ prefix, process.env).

Repository SourceNeeds Review
-14.3KTanStack
Author TanStack | V50.AI