Next.js
Here are 8 guides covering config examples, key takeaways, and troubleshooting.
All guides
Next.js in practice: pure static export for comparison and capture pages
Next.js in practiceUse output:export to ship Next.js as pure static files, capturing React ecosystem traffic without server-side dependencies.
Next.js hands-on tutorial: from zero to your first runnable project
Nextjs TutorialStep-by-step walkthrough of Next.js with copy-paste commands, directory layout, and a first runnable artifact.
Next.js quickstart: 5-minute local dev environment
Nextjs QuickstartThe shortest path to getting Next.js running — a minimal starting point for first-time users.
Next.js deployment guide: zero-ops edge publishing with Cloudflare Pages
Nextjs Deployment GuideGit-driven Next.js deployment in practice: commit to build, atomic publish to every edge node.
Next.js performance tuning: push first paint and edge response to the limit
Nextjs Performance OptimizationAround Next.js's real bottlenecks, an actionable LCP / INP / CLS checklist.
Next.js best practices: engineering conventions for production
Nextjs Best PracticesField-tested Next.js practices from production, avoiding the common anti-patterns.
Next.js architecture: layered patterns for high-concurrency edge apps
Nextjs ArchitectureThe edge-delivery view of Next.js's layering and data flow.
Next.js troubleshooting: locating and fixing high-frequency failures
Nextjs TroubleshootingThe most common production failures for Next.js and their root-cause fixes.