Web / ReactJS Interview questions
Explain Virtual DOM.
ReactJS abstracts away the DOM and creates its own version which is simplified and includes the information that you need.
Virtual DOM helps identify which portion of DOM has changed. It is more lightweight and works faster.
More Related questions...