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…
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)