Q. Which of the following is a feature of React?
β
Correct Answer: (A)
Virtual DOM
Explanation: React uses a virtual DOM to efficiently update the real DOM.