DEV Community

Cover image for What are React Server Components (RSCs)?

What are React Server Components (RSCs)?

Corbin Crutchley on February 27, 2024

In our last article in the series, we talked about how React is able to pre-generate HTML from JSX on the server (or developer's machine) prior to ...
Collapse
 
efpage profile image
Eckehard • Edited

"No usage of..." looks like a veritable minefield for developers

Image description

Means: you cannot simply use SSR with React, but need to build special apps for RSC. Does this make any sense?