Diffing in React
Let's first understand what DOM is.
DOM stands for Document Object Model and it is this concept that has bestowed upon JavaScript the ultimate power to generate dynamic HTML elements and interact with them.
The HTML DOM is a standard object model and...
devroy.hashnode.dev2 min read