Frontend
32 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
CSS Grid
Two-dimensional CSS layout system for complex layouts
Vue.js
Progressive JavaScript framework for user interfaces
Micro-Frontend
Architecture composing apps from independent frontend pieces
Server Components
React components rendering on the server for better performance
Web Accessibility
Making websites usable by people with disabilities
HTML
Standard markup language for web page structure and content