React

Introduction to React - The virtual dom in React

18.

What is the virtual DOM in React?

A lightweight copy of the actual DOM.

A data structure that represents the structure of a user interface.

A technique that allows React to efficiently update the actual DOM.

All of the above.