Skip to main content
Bluecoders
← Tech glossary

Server Components

TermTech

React Server Components (RSCs) are a new kind of React component, stable since 2024, that run exclusively on the server and are never hydrated on the client.

React Server Components (RSCs) are a new kind of React component, stable since 2024, that run exclusively on the server and are never hydrated on the client. They can access server resources directly (database, filesystem, secrets) and send the browser a serialised description of their render tree — finer-grained than HTML.

The main benefit is reducing the JavaScript shipped to the client: anything that doesn't need to be interactive stays on the server. Client components (`"use client"`) are opt-in.

Next.js (App Router) is the reference implementation. The pattern is gradually replacing the traditional full-page SSR + hydration approach on the React side.

Ready to find the missing piece of your team?

Let's talk about your hiring needs. A team member will get back to you quickly to qualify the brief and kick off the search.