Frontend
28 views
Server Components
Quick Definition
React components rendering on the server for better performance
Full Definition
React components that render on the server reducing client-side JavaScript and improving initial load performance.
Examples
Next.js App Router, reduced bundle size, streaming SSR
Related Terms
react
server-side-rendering
nextjs
More Frontend Terms
Hydration
Process of attaching JS event handlers to server-rendered HTML
Responsive Design
Making web pages render well on all devices
Vite
Fast build tool with instant server start and HMR
Single-Page Application
Web app that loads once and dynamically updates content
Component Library
Pre-built reusable UI components for faster development
Shadow DOM
Web standard for encapsulated DOM and styling isolation