Frontend
145 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
Static Site Generation
Pre-rendering pages at build time into static HTML
HTML
Standard markup language for web page structure and content
Tailwind CSS
Utility-first CSS framework for custom design building
Webpack
Module bundler for compiling and optimizing JS assets
TypeScript
Superset of JavaScript with static type checking
Micro-Frontend
Architecture composing apps from independent frontend pieces