Concept Flow - Why data fetching happens at build time
Start Build Process
Fetch Data from API or Files
Generate Static Pages with Data
Save Pages as Static HTML
Deploy Static Site
User Requests Page
Serve Pre-built Static Page Instantly
End
This flow shows how Astro fetches data once during build, creates static pages, and serves them fast to users.