Frontend
171 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
Responsive Design
Making web pages render well on all devices
Hydration
Process of attaching JS event handlers to server-rendered HTML
Progressive Web App
Web apps with native app-like experience and offline support
Vue.js
Progressive JavaScript framework for user interfaces
Vite
Fast build tool with instant server start and HMR
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing