Before discussing how virtual dom is better than real dom. We will first see what actually real dom and virtual dom are -
Real DOM
DOM stands for document object model, DOM treats HTML files as a tree structure, it creates nodes for all the HTML ele...