Web Programming Practice Test
Web Programming Frontend Frameworks and Tools
What is the virtual DOM in React?
Select your answer
A
A real browser DOM element
B
A lightweight in-memory representation of the real DOM used to optimize updates
C
A server-side rendering technique
D
A CSS-in-JS library
Hint