← Graph

Virtual DOM

concept 2 connections

In-memory tree reflecting the current UI, rebuilt from application state on every change. Central to reactive frameworks like React and Ember: when state updates, the virtual DOM is re-derived and reconciled against the real DOM so developers don't manage individual component updates.

category
pattern
about
Virtual DOM concept
Panel explains virtual DOM being derived from observable state.
tool React
uses
Virtual DOM concept
React derives its virtual DOM from component state.

Provenance

Created in
JavaScript/Frontend Panel at wroclove.rb 2018 2026-04-17 16:18
Read by
10 extractions