Frontend
28 views
Virtual DOM
Quick Definition
Lightweight DOM copy for efficient UI updates
Full Definition
A lightweight copy of the real DOM used for efficient UI updates.
Examples
React reconciliation, diffing algorithm, batch updates
Related Terms
react
vue
dom-manipulation
More Frontend Terms
Web Component
Browser-native technology for reusable custom HTML elements
Server-Side Rendering
Rendering web pages on the server for initial load
Design System
Collection of reusable components and UI standards
Design Token
Named values representing design decisions in platform-agnostic format
Server Components
React components rendering on the server for better performance
React
JavaScript library for building user interfaces