Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦾 Next.js Routing – Upgrade to the App Router from Pages Router #2246

Open
3 of 7 tasks
isaaclombardssw opened this issue Sep 25, 2024 · 1 comment
Open
3 of 7 tasks
Assignees
Labels

Comments

@isaaclombardssw
Copy link
Contributor

isaaclombardssw commented Sep 25, 2024

Pain

As per the Next.js documentation, it's recommend to use the app router as opposed to the pages.

Tasks

  • Does this migration make sense to do? Get a second opinion.

As per my conversation with @wicksipedia we should start to look at moving from the App Router to the Pages Router.

Note we can have both routers on a project at any given time, next will scan for the pages router first then the app router.

So we want to implement this in stages, starting with the least complex routes then moving to the more complex

Tasks

Image
Figure: current app router layout

@Marxoz
Copy link
Contributor

Marxoz commented Nov 18, 2024

@joshbermanssw please speak to @JackDevAU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants