Frontend
170 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
Vue.js
Progressive JavaScript framework for user interfaces
Single-Page Application
Web app that loads once and dynamically updates content
HTML
Standard markup language for web page structure and content
Micro-Frontend
Architecture composing apps from independent frontend pieces
React
JavaScript library for building user interfaces
Flexbox
CSS layout module for one-dimensional item arrangement