1 minute read
Performance
07
Advertisement
Virtual DOM- Document Object Model
Each DOM object in ReactJS development is made up of "virtual DOM objects." It creates a virtual copy of the original DOM. Since it is a one-way binding, it is easy to steer virtual DOM when upgrading real DOM because nothing is detected on the screen.