Virtual DOM | React Virtual DOM | VDOM | What is virtual Dom | Difference Between VDOM and Real DOM.
Virtual Dom (VDOM) - React JS
1. Virtual Dom is a programming concept through which we can store UI code/s in Memory and Sync with Real Dom by Using library such as React DOM.
2. VDOM objects are same as Real DOM object except these are light weighted.
3. In VDOM if any change in property are performed then entire nodes (html elements) are not update although VDOM only updates related nodes So that did not takes more time and it is works as Quick.
Website : https://codewithghan.com/virtual-dom-...
Git URL :
1. https://github.com/javascriptwithghan/
2. https://github.com/devalleytech
Website: https://codewithghan.com