.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: How to migrate from Pages to the App Router
|
||||
nav_title: App Router
|
||||
description: Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.
|
||||
source: app/guides/migrating/app-router-migration
|
||||
---
|
||||
|
||||
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
|
||||
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: How to migrate from Create React App to Next.js
|
||||
nav_title: Create React App
|
||||
description: Learn how to migrate your existing React application from Create React App to Next.js.
|
||||
source: app/guides/migrating/from-create-react-app
|
||||
---
|
||||
|
||||
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: How to migrate from Vite to Next.js
|
||||
nav_title: Vite
|
||||
description: Learn how to migrate your existing React application from Vite to Next.js.
|
||||
source: app/guides/migrating/from-vite
|
||||
---
|
||||
|
||||
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Migrating
|
||||
description: Learn how to migrate from popular frameworks to Next.js
|
||||
---
|
||||
Reference in New Issue
Block a user