Talk

React Server Components Under Production Workload

In Russian

React Server Components is a feature of the React ecosystem that has been under development since 2020 (possibly earlier). It radically simplifies building server‑rendered web applications.

While the React team recommends using a framework with built-in RSC support, I believe effective production use requires understanding how RSC works, where its boundaries lie, and how it can fail.

In this talk, we will:

  • break down the architecture behind React Server Components;
  • learn how to use RSC without a server;
  • look at alternatives to Next.js for working with server components;
  • discuss the specifics of deploying RSC;
  • compare the performance of classic SSR and SSR based on server components.

Speakers

Talks