TanStack Router/Start

TanStack Start is TanStack Router plus server capabilities. It’s a full-stack framework. Your frontend and backend live in the same project. It’s comparable to Next.js.

TanStack Start

TanStack Router is the client-side routing library. It does not include server features. Used in single-page applications (SPAs). Your backend API stays in a separate project.

TanStack Router

Last updated

Was this helpful?