Concept Flow - Server component execution model
Request from Client
Server receives request
Server renders Server Component
Execute component code on server
Generate HTML output
Send HTML to Client
Client receives and displays HTML
Client may hydrate Client Components if any
This flow shows how Next.js Server Components run only on the server to generate HTML before sending it to the client.