Concept Flow - Static rendering (default)
Next.js Build Start
Read page component code
Execute component function
Generate HTML output
Save HTML as static file
Serve static HTML on request
User sees page
Next.js runs the page code once at build time to create static HTML files that are served quickly to users.