We just merged "devinxi" to main. TanStack Start is now just a Vite plugin - and that unlocks a ton of cool new stuff.
If you were not yet on the alpha version, please follow the migration guide linked in the release notes
Manuel Schiller
1,963 posts
Maintaining and contributing to TanStack Router & Start
Joined November 2021
- TanStack Start now supports async generators in server functions. Simple, type-safe data streaming from server to client.
- Functions win over directives when it comes to typesafety. With react's "use server", you need to **know** which types are allowed as input and output types. In TanStack Start you get TypeScript errors when input or output types are not serializable. A contrived example:
- Introducing Selective SSR in TanStack Start: Control SSR and server-side data loading per route - either statically or dynamically at runtime. tanstack.com/start/latest/d…
- TanStack Router will soon add support for path params with static prefix and suffix
- Replying to @tannerlinsley and @NizzyABITanTacle is a strong contender
- Soon in TanStack Router/Start: URL rewrites This opens up a ton of possibilities such as - i18n with translated URL paths - multi-tenant apps with subdomains
- Soon in TanStack Start: Create your own abstraction on top of createServerFn!
- Kicking off 2025 with an update to @tan_stack Router! We've added a new hook that checks if you can go back without leaving the app. check it out at tanstack.com/router/latest/…
- TanStack Start migration guide from Beta to RC is here: github.com/TanStack/route… please let us know if this is missing anything
- We've just launched a new ESLint plugin for @tan_stack router. Its first rule detects incorrect property order that would hinder type inference. And of course, it auto fixes the issue by reordering the affected properties. tanstack.com/router/v1/docs…
00:00 - Introducing a new package that automates SSR dehydration/hydration and streaming between TanStack Router / Start and TanStack Query. Check out the docs:
- Working on the final major milestone in TanStack Start before we shift gears from beta to prime time: Unified server context handling across - global request middlewares - server route handlers - SSR app routes - client










