Concept Flow - Force-dynamic and force-static
Start: Next.js page
Check: Use force-static?
Render at build
Static HTML
Serve cached
Send response
Next.js decides if a page is static or dynamic based on force-static or force-dynamic. Static pages build once and serve cached HTML. Dynamic pages run server code on each request.
