Regarding Easy app Routing #83260
Unanswered
Sudeshpatil07
asked this question in
App Router
Replies: 1 comment 2 replies
-
What's been the least-pain path for me is: npx @next/codemod new-link .
npx @next/codemod built-in-next-font . while migrating, disable caching on the route you’re moving export const dynamic = 'force-dynamic'
export const revalidate = 0 & once it works, add caching back where it may help: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Easier tools to migrate from Pages Router to App Route and more clearer debugging for caching (sometimes it feels confusing).
Beta Was this translation helpful? Give feedback.
All reactions