React

Introduction to React - The virtual dom

16.

What is the purpose of the virtual DOM in React?

To improve the performance of UI rendering.

To make it easier to update and manipulate the UI.

To reconcile changes made to the UI efficiently.

All of the above.