SSR
Everything on SkillVeris tagged SSR — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 3 libraries
Glossary Terms(1)
Cheat Sheets(1)
Interview Questions(3)
Server-Side vs Client-Side Rendering
Server-side rendering (SSR) builds the full HTML for a page on the server and sends it ready to display, while client-side rendering (CSR) sends a near-empty H…
What Is Hydration in React?
Hydration is the process where React attaches event listeners and internal state to server-rendered HTML that is already sitting in the browser, turning static…
SSR vs SSG vs ISR: What Is the Difference?
SSR (server-side rendering) generates the HTML for a page on every request, SSG (static site generation) generates the HTML once at build time and serves the s…