Skip to content

Commit dc1d7b9

Browse files
authored
docs(start): fix typos in next migration guide (#4276)
1 parent a5208e4 commit dc1d7b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/start/framework/react/migrate-from-next-js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Migrate from Next.js
44
---
55

66
> [!IMPORTANT]
7-
> This guide is based off the upcoming work in the `alpha` branch for **TanStack Start**. We are actively working on super upcoming cool and exciting changes, and the guide will be updated soon.
7+
> This guide is based on the upcoming work in the `alpha` branch of **TanStack Start**. We are actively working on exciting new features, and this guide will be updated soon.
88
9-
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 and professional as possible.
9+
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 possible.
1010

1111
## Step-by-Step (Basics)
1212

@@ -36,7 +36,7 @@ rm postcss.config.* next.config.*
3636
TanStack Start leverages [Vite](https://vite.dev) and TanStack Router:
3737

3838
> [!NOTE]
39-
> We're using the `alpha` version of TanStack Start and TanStack Router. This'll change soon once the've been merged into `main`.
39+
> We're using the `alpha` version of TanStack Start and TanStack Router. This will change once they are merged into main.
4040
4141
```sh
4242
npm i @tanstack/react-router@alpha @tanstack/react-start@alpha vite
@@ -96,7 +96,7 @@ By default, `routesDirectory` is set to `src/routes`. If you want to maintain co
9696

9797
### 4. Adapt the Root Layout
9898

99-
> TanStack Start uses a routing adjacent to Remix, but with some changes to make compatible with nested structures and support special features using tokens. You can see all on changes in the [Routing Concepts](/router/latest/docs/framework/react/routing/routing-concepts) guide.
99+
> TanStack Start uses routing adjacent to Remix, with some changes to make it compatible with nested structures and support special features using tokens. Learn more about it at [Routing Concepts](/router/latest/docs/framework/react/routing/routing-concepts) guide.
100100
101101
Instead of `layout.tsx`, you will create a file named `__root.tsx` in the `src/app` directory. This file will serve as the root layout for your application.
102102

0 commit comments

Comments
 (0)