Virtual DOM
Term side of the Card
Topic: Basics
Unit title: Virtual DOM
Categories: Concept
Explanation side of the Card
Explanation: The lightweight representation of the actual DOM that React uses to efficiently update and render components. Changes are first applied to this representation and then reconciled with the real DOM, minimizing costly DOM manipulations.