Frontend
154 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
Angular
Full-featured TypeScript framework for single-page apps
Progressive Web App
Web apps with native app-like experience and offline support
Hydration
Process of attaching JS event handlers to server-rendered HTML
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
Vite
Fast build tool with instant server start and HMR
State Management
Managing application data state across components