Next.js
5 notes
- Deploying Next.js to Cloudflare Pages
How I deploy a statically exported Next.js 15 site to Cloudflare Pages with GitHub Actions, plus the...
- Image Optimisation in Next.js
How next/image works, the constraints of static export (unoptimized mode), and practical approaches ...
- Incremental Static Regeneration Explained
What ISR does, how revalidation works, when ISR is better than full static or dynamic rendering, and...
- Middleware Patterns in Next.js
What Next.js middleware can and can't do, useful patterns for auth checks and redirects, and the per...
- The Next.js App Router Mental Model
A working mental model for the Next.js App Router covering layouts, pages, route groups, nested rout...