Question 5 of 10Pro Only
What is the Virtual DOM? How does React use it to improve performance?
Sample answer preview
## What is the Virtual DOM? The Virtual DOM is a **lightweight JavaScript representation** of the actual DOM. It's a programming concept where a virtual representation of the UI is kept in memory and synced with the real DOM.
Virtual DOMdiffingreconciliationbatchingkeysreflow