Like a waiter who goes to the kitchen for your order — you just get your plate, not access to the kitchen.
Server Components run only on the server — they can query databases directly, use secret env vars, and access backend services without sending any of that logic to the browser.
> ProductsPage rendered on server > db.query: 20 rows > Client bundle: 0 KB added > Streaming HTML to browser...
Like a waiter who goes to the kitchen for your order — you just get your plate, not access to the kitchen.
Server Components run only on the server — they can query databases directly, use secret env vars, and access backend services without sending any of that logic to the browser.
> ProductsPage rendered on server > db.query: 20 rows > Client bundle: 0 KB added > Streaming HTML to browser...
Sign in to cast your vote
Sign in to share your feedback and join the discussion.