Back to Glossary
FrontendIntermediate

What is Server Components?

React components that run on the server and send only the rendered HTML to the browser, not JavaScript.

Why It Matters

Server components reduce the amount of JavaScript sent to browsers, making pages load faster.

Real-World Example

A product listing page rendered entirely on the server, with interactive elements handled by separate client components.

“Understanding terms like Server Components matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.