Virtual DOM in React.js: How React Updates the UI Efficiently
The Virtual DOM is an in-memory representation of the UI that React works with during its rendering process. It is not the browser's actual DOM, and it is not a second copy of the webpage that the browser renders.