Question 1 out of 4

    What is the virtual DOM in React?

    A representation of the actual DOM

    The virtual DOM is a lightweight copy of the actual DOM that React uses to optimize rendering and improve performance.