Open In App

Web technologies Questions | React.js Quiz | Set-2 | Question 1

Which of the following is used to increase the performance of the React.js ?
(A) Virtual DOM
(B) Original DOM
(C) Shallow DOM
(D) Both of the above

Answer: (A)
Explanation: Virtual Dom is a lightweight representation of the Document Object Model. The virtual DOM is used to increases the performance of React.js.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :