nextjs

Next.js

The React framework for the web.

Next.js configuration files, API route patterns, ISR/SSR/SSG strategies, middleware configs, image optimisation settings and deployment configurations for Vercel, Docker and bare-metal.

Configuration Recipes1

nextjsJavaScriptintermediate
Next.js Production next.config.mjs with Security Headers

A production next.config.mjs with security headers, image domain allowlisting, bundle analyser integration, standalone output mode for Docker, and environment variable validation.

Next.js · E-commerce & Retail