Frontend
31 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
Context API
React mechanism for sharing state without prop drilling
React
JavaScript library for building user interfaces
Flexbox
CSS layout module for one-dimensional item arrangement
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing
Component Library
Pre-built reusable UI components for faster development
Virtual DOM
Lightweight DOM copy for efficient UI updates