Are there any unique features on Page Router? #83097
Replies: 2 comments
-
I think maybe - considering some upcoming features to App Router, two differences might be:
Right now those come to mind, I'll see if I remember more and update ~ but other than when asked the other way around, there's a lot one would let go of moving back to Pages Router |
Beta Was this translation helpful? Give feedback.
-
Last I checked, app router can't do static export including dynamic routes unless all paths are known at build time. (See https://nextjs.org/docs/app/guides/static-exports#unsupported-features) It's possible in pages router (but requires configuring server https://nextjs.org/docs/pages/guides/static-exports#deploying) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a function that Page Router can do but App Router cannot?
I want to assess what I will lose after migrating to App Router.
Looking forward to reply.
Beta Was this translation helpful? Give feedback.
All reactions