Tag: NextJS
-
Next.js 15 build once, deploy many: Achieving environment-agnostic builds with the app router
Master Next.js 15 App Router deployments. Discover how to avoid NEXT_PUBLIC_ variables, implement runtime config, and purge SSG pages on Azure Web Apps for a faster, more reliable CI/CD pipeline
-
Automating Next.js 15 deployments: A build once, deploy many github actions guide
Learn how to build a high-performance CI/CD pipeline for Next.js 15 using GitHub Actions. Move a single agnostic artifact through DEV, SIT, and PROD without rebuilding
-
Styling options in NextJS 13+ (server side and client side)
Styling choices in Next.js can be confusing. Some prefer CSS modules, while others opt for the popular Tailwind CSS.