By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: TanStack Start: A New Meta Framework Powered By React Or SolidJS
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > TanStack Start: A New Meta Framework Powered By React Or SolidJS
News

TanStack Start: A New Meta Framework Powered By React Or SolidJS

News Room
Last updated: 2025/11/07 at 4:22 AM
News Room Published 7 November 2025
Share
TanStack Start: A New Meta Framework Powered By React Or SolidJS
SHARE

TanStack Start, the full-stack framework built on top of TanStack Router and Vite for React and Solid, has launched version v1, introducing production ready capabilities including server side rendering, streaming hydration, server functions, and type-safe APIs. The release is TanStack’s entry into full meta-framework territory, offering an alternative to existing stacks such as Next.js and Remix. 

The v1 release emphasizes three major areas: type-safe routing & APIs, streaming-enabled server side rendering, and deployment flexibility. At its core, TanStack Start inherits the router’s fully inferred typing system, extending it into server routes and loader functions so that navigation and data loading share the same type definitions. The streaming SSR model lets applications send HTML to the client as soon as it’s ready, then hydrate and continue interactive loading, blurring the line between client and server rendering.

Deployment is designed to be universal, examples include Cloudflare Workers, Netlify, Vercel, or any Node/Bun target, thanks to the custom Vite plug-in and modern bundling strategy. 

To illustrate the routing and data-loading model:


import { createFileRoute } from '@tanstack/react-router'
import { createServerFn } from '@tanstack/react-start'

export const getTodos = createServerFn({ method: 'GET' }).handler(async () => {
   return fetch('/api/todos').then(r => r.json())
})

export const Route = createFileRoute('/task-list')({
  loader: getTodos,
  component: TaskList,
})

function TaskList() {
   // ... Example Component
}

This snippet demonstrates how server functions (createServerFn) and file-based route definitions combine into one unified API. Developers can find richer examples over on the GitHub repo for TanStack Start.

Community reaction has been optimistic, with a lot of comparisons made to other frameworks. An in depth comparison between 10 different frameworks for mobile performance showed that TanStack Start performed much better than alternatives such as Next.js in terms of bundle size and various performance metrics.

The creator of jQuery, John Resig, also weighed into the discussion on X with the following:

I’ve been using Tanstack Start for a new project and it’s super good. The server functions completely replace the need for TRPC/GraphQL/REST, the middleware is composable and fully typed, and having TSRouter’s nice typing and stateful search params is icing on the cake. A+!

The excitement for the project is seen in other forums too, such as this reddit thread where some developers are considering it as a replacement for Next.js, and one user even mentioned they are using it in production for a complex project already.

In terms of migration and tooling alignment, TanStack Start supports incremental integration: existing TanStack Router or TanStack Query applications can adopt Start’s server-function and SSR features gradually, with minimal disruption. The maintainers emphasise that Start augments the Router rather than replacing it outright, making it easier for teams to adopt. 

For developers considering migrating from Next.js, there is a specific migration guide available.

TanStack Start is an open-source full-stack framework powered by TanStack Router and Vite, designed for React and Solid applications that need SSR, streaming, type-safe routing, and universal deployment. With the v1 release, TanStack expands its ecosystem from client-routing to full application stacks, offering teams a compelling alternative to more opinionated meta-frameworks, particularly those seeking type-safety and fine-grained control.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Global Recognition Awards Crown 50 Hotels As Guest Scores Rise 21% | HackerNoon Global Recognition Awards Crown 50 Hotels As Guest Scores Rise 21% | HackerNoon
Next Article The best early Black Friday deals we’ve found so far on laptops, TVs, and more The best early Black Friday deals we’ve found so far on laptops, TVs, and more
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

SATELLAI Collar vs Halo Collar 4 vs SpotOn: Which GPS dog collar performs best?
SATELLAI Collar vs Halo Collar 4 vs SpotOn: Which GPS dog collar performs best?
News
which cars can circulate and which rest on November 8
which cars can circulate and which rest on November 8
Mobile
Canon Suzhou denies layoff compensation terms amid social media buzz · TechNode
Canon Suzhou denies layoff compensation terms amid social media buzz · TechNode
Computing
Resilience for resilience: Managing burnout among cyber leaders | Computer Weekly
Resilience for resilience: Managing burnout among cyber leaders | Computer Weekly
News

You Might also Like

SATELLAI Collar vs Halo Collar 4 vs SpotOn: Which GPS dog collar performs best?
News

SATELLAI Collar vs Halo Collar 4 vs SpotOn: Which GPS dog collar performs best?

19 Min Read
Resilience for resilience: Managing burnout among cyber leaders | Computer Weekly
News

Resilience for resilience: Managing burnout among cyber leaders | Computer Weekly

7 Min Read
The underwater sea bases where aquanauts will live & uncover the ocean’s secrets
News

The underwater sea bases where aquanauts will live & uncover the ocean’s secrets

5 Min Read
Today's NYT Strands Hints, Answer and Help for Nov. 8 #615 – CNET
News

Today's NYT Strands Hints, Answer and Help for Nov. 8 #615 – CNET

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?