

TanStack and the Future of Frontend with Tanner Linsley
39 snips Jun 12, 2025
Tanner Linsley, the brain behind TanStack, is joined by Nick Nisi, a seasoned developer and conference organizer. They dive into the evolution of TanStack, discussing its transition from React Table to an open-source suite for efficient state management. They highlight innovative features like type safety and server-side validation using Zod. The conversation also touches on how AI is reshaping development workflows, balancing automation and skill retention, and the advantages of modern tools like Vite for app development.
AI Snips
Chapters
Transcript
Episode notes
Tanner's React Table Origin
- Tanner Linsley initially created React Table for his startup Nozzle before expanding to TanStack.
- He also developed React Static for SSG but stopped focusing on SSG due to competition from Gatsby and Next.js.
TanStack Start Framework Approach
- TanStack Start is a full-stack React framework with server-first philosophy, similar to Next.js and Remix.
- It uses SSR and hydration but offers a developer experience closer to SPA development with isomorphic code.
Define Server Functions Effectively
- Use createServerFunction in TanStack Start to define server functions with custom middleware and validation.
- Enable client-side validation for early error detection but keep full control of server-client communication details.