How Reconciliation works in react
To understand reconciliation first lets understand DOM
So what is DOM?
DOM stands for document object model. It acts as an interface to interact with the browser and make changes to the DOM and is the representation of the same HTML document but in ...
harshitbharani.hashnode.dev3 min read