BFE.dev
Front-End Interview Questions47. What is Virtual DOM? How does it work?

47. What is Virtual DOM? How does it work?

JavaScript
Share

If you use React or Vue.js, you must know what virtual DOM is. Please explain what problems it solves, and what are the pros and cons of it.

here is an article explaining the history of DOM updating.

prevnext
Request SolutionAIPosts(3)