Question 1 out of 20
What is the Virtual DOM in React?
A virtual representation of the DOM
The Virtual DOM is a virtual representation of the HTML DOM used by React to efficiently update the actual DOM when there are changes.
Added to