PodRocket

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

64 snips
Dec 18, 2025
In this engaging discussion, Tanner Linsley, a frontend engineer and the mastermind behind libraries like React Query, delves into the evolution of TanStack. He explains the significance of virtualized lists for performance and why forms pose challenges in React. Tanner introduces TanStack Start, highlighting its client-first approach to data handling. He also shares insights on React Server Components, composable tools, and the future roadmap for TanStack, including AI, DevTools, and sustainable support for open-source initiatives.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Isomorphic Model Reduces Cognitive Load

  • TanStack aims for an isomorphic execution model: the same code runs on server and client unless explicitly isolated.
  • This reduces cognitive context-switching compared with deeply nested server/client distinctions.
ADVICE

Adopt Start Incrementally

  • Migrate gradually: start with Router, add file-based routing, then adopt Start for server features.
  • Use the incremental path to avoid big rewrites and preserve stability.
INSIGHT

Modern Full-Stack Echoes Classic SSR Patterns

  • Modern full-stack React revisits older SSR+SPA patterns rather than inventing entirely new server-centric models.
  • TanStack polishes isomorphic approaches instead of discarding past lessons.
Get the Snipd Podcast app to discover more snips from this episode
Get the app