What is server-side rendering?
Server Components and React 19
Audio flashcard · 0:12Nortren·
What is server-side rendering?
0:12
Server-side rendering, or SSR, is the practice of rendering React components on the server to HTML, sending that HTML to the browser, and then hydrating it on the client. It improves first paint and search engine visibility.