T
TanStack2mo ago
conscious-sapphire

migrating from next.js - better guide?

i'm migrating my next.js project to tanstack start. is there a better guide on doing this? i just started migrating and found the current one https://tanstack.com/start/latest/docs/framework/react/migrate-from-next-js is missing some concepts like server component, layout pathless groups (e.g. equivalent to src/(app)/layout.tsx?), opengraph, headers, redirect, 404, after from next/server, error pages, proxy (middleware) , api etc. i need to go deep and find the possiblely equivalent apis in the huge docs.
Migrate from Next.js | TanStack Start React Docs
This guide provides a step-by-step process to migrate a project from the Next.js App Router to TanStack Start. We respect the powerful features of Next.js and aim to make this transition as smooth as...
1 Reply
deep-jade
deep-jade2mo ago
as of now there are no server components in Start probably best if you create a github issue and list all things that you think are missing from that guide

Did you find this page helpful?