ReactJS is a web app that uses the DOM (Document Object Model) to create web pages. DOM is represented as a tree structure document object that can be queried and updated. A new Virtual DOM tree is created whenever the element's state changes. Virtual DOM is created as a copy of the original DOM.

4m read timeFrom devdojo.com
Post cover image
Table of contents
What is DOM?DOM Manipulation is CostlyVirtual DOM and Reconciliation in ReactJSConclusionBefore We End...
2 Comments

Sort: