S

Server-Side Rendering

Definition

A technique where web pages are rendered on the server and sent as fully formed HTML to the browser. SSR improves initial load performance, SEO, and accessibility compared to client-side rendering, and is used by frameworks like Next.js and Nuxt.js.

Defined Term