DEV Community

Mahir-Ahsef
Mahir-Ahsef

Posted on

Virtual DOM

The virtual DOM (VDOM) is a programming concept in which a library, such as ReactDOM, stores a "virtual" representation of a user interface in memory and syncs it with the "real" DOM. Reconciliation is the term for this. They might also be thought of as a part of React's "virtual DOM" implementation.

Top comments (0)