Implementing Feature Flagging with the Next.js App Router

Dropping a quick blog post on implementing feature flagging in the Next.js App Router :blush: It’s especially useful if you’re not deploying to Vercel (which has a built-in feature flagging setup), but still want basic feature flags.

Regarding deploying on App Service, I have been using one of my co-worker’s guides: Automate Your Next.js Deployment to Azure: A Step-by-Step Guide - Blog - kongebra.net

My customer has restrictions on what type of deployment we can use, that’s why I’m using Azure App Service. It works well :blush:

2 Likes

Great post, @aurorascharff! I know this will be helpful for a lot of folks. :smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.