How React.js Virtual DOM works?
If you are using React or learning React, you must have heard of the term “Virtual DOM”. Now what is a Virtual DOM, and why does React use it? Real DOM First things first, DOM stands for “Document Object Model”. The DOM in simple words represents the UI of your application. Everytime there is a…