You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marxoz
changed the title
🦾 Next.js Routing – Upgrade to the App Router from Pages Router
🦾 Epic | Next.js Routing – Upgrade to the App Router from Pages Router
Jan 14, 2025
Pain
As per the Next.js documentation, it's recommend to use the app router as opposed to the pages.
Tasks
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
Figure: current app router layout
The text was updated successfully, but these errors were encountered: