PodRocket

TanStack, TanStack Start, and what’s coming next with Tanner Linsley [Repeat]

39 snips
Mar 19, 2026
Tanner Linsley, frontend engineer and creator of TanStack (React Query, TanStack Router), discusses TanStack’s headless, cross-platform approach. He talks about virtualized lists, the pain of forms, why TanStack avoids auth, and the client-first design of TanStack Start. They cover loaders, server functions, migration paths, and the roadmap including TanStack DB and AI.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Isomorphic By Default Reduces Cognitive Load

  • TanStack embraces an isomorphic execution model: most code (loaders/components) runs both in SSR and CSR unless explicitly marked server-only or client-only.
  • This reduces cognitive overhead versus nested server/client rules and keeps developer mental models simpler.
ADVICE

Migrate To Start Incrementally

  • Migrate incrementally: start with Router code-mode, add file-based routing, then adopt Start for server functions and API routes.
  • This gradual path mirrors Pages Router familiarity and avoids large rewrite costs.
INSIGHT

Start Reclaims Classic Full Stack React Patterns

  • Modern Start is a refined return to classic full-stack React: SSR first, then hydrate into an SPA, rather than throwing away decade-old isomorphic patterns.
  • Tanner frames Start as evolving earlier Express+render-to-string approaches with clearer rules and type safety.
Get the Snipd Podcast app to discover more snips from this episode
Get the app