Replies: 1 comment
-
As far as other things are concerned, most things from the Pages router can be transferred to the App router, under the assumption that you completely understand how SSR works and you're good to go! Personally, I wouldn't recommend moving to App Router since I'm of the opinion that Server Side React is a terrible idea and you're gonna have a difficult time using Polaris and other libs if you don't fully understand the spec. Besides, Instead, double down on Pages router, put a Cloudflare Proxy (free) before your Vercel instance and study Polaris Web Components instead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kinngh and contributors,
Thank you for the great work. I’m currently exploring the idea of migrating this project from the Pages Router to the App Router. This would modernize this project and align it with Next.js' current best practices. Any recommended approach for gradually migrating to App Router, also, how about Shopify OAuth, session handling, or middleware?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions