
Software Engineering Daily TanStack and the Future of Frontend with Tanner Linsley
61 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
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.
Pure Type Safety in TanStack Router
- TanStack Router achieves full type safety by leveraging extensive TypeScript inference and generics to prevent unsafe code.
- It encourages safe coding by design, letting even junior developers write type-safe code without explicit annotations.


