Question 1 out of 10

    What is the virtual DOM in React?

    A mechanism for optimizing DOM updates

    The virtual DOM is a mechanism for optimizing DOM updates in React by maintaining a lightweight copy of the actual DOM.