Deploying Next.js app with page routing.

for the moment, if I wanted to deploy an app using Next.js; the most hassle free way to do so is to…
• Next.js with page routing
• publish using a non a non-cloudflare worker
• start with codegen if you think that is the direction you’re going to end up
Does that seem right?

yes, if you’ll eventually end up on cloudflare, then codegen is the right way to go!

i’m curious, are there any instructions or ways that if you started in loader, how you would go about switching to codegen?

We just went through this. Our approach was to follow the codegen steps in to a separate dir in our repo. It was fairly trivial, since we hadn’t done much in the original loader dir.

cool