React's Reconciliation Algorithm
Overview The “reconciliation” algorithm in React is how the decision to re-render the component is made. In the browser, DOM manipulation is expensive and time-consuming, both in mounting and unmounting.
Read On
loginradius.hashnode.dev1 min read