safe-wallet-web icon indicating copy to clipboard operation
safe-wallet-web copied to clipboard

[NextJS] Migrate page routes to app routes

Open usame-algan opened this issue 1 year ago • 1 comments

What is the feature about

Next 13 introduced app routes which are meant to replace page routes and there are performance optimizations coming out for app routes: https://nextjs.org/blog/next-13-5?trk=feed_main-feed-card-text#improving-startup-and-fast-refresh-time

The list of requirements

  • Follow the migration guide: https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration

usame-algan avatar Sep 25 '23 07:09 usame-algan