-
Notifications
You must be signed in to change notification settings - Fork 928
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
Migrate to NextJS App router #526
Comments
I was migrating my personal project from page to app router which is using scaffold-eth-2 , thought i could help migrate scaffold-eth-2 as well. If anyone else isn't working on it , can I ? |
Sure @Anurag-Raut ! Feel free to draft a PR when ready. Thanks!! <3 |
@carletex we are currently using next v13.1.6 ,should we upgrade to next v13.4 since app router has became stable from v13.4 also if we decided to stick with the current version of next (v13.1.6) we would need to use app Router in experimental mode . |
@Anurag-Raut yest! Let's update to the latest NextJS version. Thanks |
I tried it when we migrated to NextJS v13, but it was in beta and I was getting a bunch hard-to-debug errors. It seems more stable now.
It's the path they are taking, so I think we should migrate to be able (us & builders) to use the current features (client / server components, server actions, etc) and future ones.
https://nextjs.org/docs/app
Upgrade pages => app router: https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration
What do you all think?
The text was updated successfully, but these errors were encountered: