DEV Community

Mohammed Modi for LoginRadius

Posted on • Originally published at loginradius.com on

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. Part of what makes React very performant is its reconciliation algorithm…

Read On

Top comments (0)