Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is the Virtual DOM?

  1. A A browser API for faster rendering
  2. B An in-memory representation of the UI that is diffed against the previous version to compute minimal DOM updates
  3. C A replacement for the real DOM
  4. D A CSS rendering engine
Answer

An in-memory representation of the UI that is diffed against the previous version to compute minimal DOM updates

Its value is a programming model where you describe UI as a function of state. It is not inherently faster than perfectly targeted manual DOM updates.

All Front end Development MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as