MemotivaServer Components and React 19

What is client-side rendering?

Server Components and React 19

Audio flashcard · 0:13

Nortren·

What is client-side rendering?

0:13

Client-side rendering, or CSR, is when the browser downloads a minimal HTML shell and a JavaScript bundle, then React renders the entire UI in the browser. It can delay the first meaningful paint compared to server-side rendering.