Home »
MCQs »
Full Stack Development MCQs
What is the significance of virtual DOM in React?
35. What is the significance of virtual DOM in React?
- Virtual DOM is easy to use
- Virtual DOM is fast
- Virtual DOM is a new trend
- None of the above
Answer: B) Virtual DOM is fast
Explanation:
Virtual DOM is fast. It uses fast manipulation and an efficient updating mechanism.