React Virtual Dom, Diffing , Reconciliation and React Fiber in short
What is Virtual DOM?
Virtual DOM is a JavaScript object representation of the real DOM - a lightweight copy in memory
Memory tip:
Real DOM = Actual House (expensive to modify)
Virtual DOM = Blueprint of house (cheap to modify)
Visual Representation:
...
marufrayhan.hashnode.dev3 min read