Q. Which of the following is a feature of React? (A) Virtual DOM (B) Direct DOM manipulation (C) Two-way data binding (D) Server-side rendering only ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Virtual DOM Explanation: React uses a virtual DOM to efficiently update the real DOM.