Frontend
29 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
Progressive Web App
Web apps with native app-like experience and offline support
CSS
Stylesheet language controlling web page presentation
Context API
React mechanism for sharing state without prop drilling
JavaScript
Programming language enabling interactive web content
Server Components
React components rendering on the server for better performance
Micro-Frontend
Architecture composing apps from independent frontend pieces