How React Virtual DOM Works Under the Hood
The Problem: Direct DOM Manipulation is Expensive
Before understanding the Virtual DOM, we first need to understand why manipulating the Real DOM directly becomes slow.
What is the DOM?
The DOM (Docum
anshdeep.hashnode.dev5 min read