Frontend
147 views
Server-Side Rendering
Quick Definition
Rendering web pages on the server for initial load
Full Definition
Rendering web pages on the server and sending complete HTML to the browser.
Examples
Next.js SSR, Nuxt SSR, improved SEO, faster first paint
Related Terms
spa
static-site-generation
nextjs
More Frontend Terms
TypeScript
Superset of JavaScript with static type checking
Web Component
Browser-native technology for reusable custom HTML elements
React
JavaScript library for building user interfaces
Virtual DOM
Lightweight DOM copy for efficient UI updates
Hydration
Process of attaching JS event handlers to server-rendered HTML
HTML
Standard markup language for web page structure and content