Reading React Reconciliation
Allow me to explain it as simply as I can. It is just matching or reconciling (fancier word for 'matching') the nodes in the Virtual DOM with the nodes to be added to it, before updating the actual DOM. This makes changing the virtual DOM that much f...
dhawalpandya01.hashnode.dev4 min read