How React Virtual DOM works under the Hood
What problem the Virtual DOM solves:
Before React building dynamic UIs meant directly manipulating the DOM using JS or Jquery
document.getElementById("count").innerText = count;
document.getElementByI
lfsh.hashnode.dev8 min read