Reconciliation (React)
Reconciliation is the whole process of making the current DOM tree in the browser (or any other tree of objects in the native view where React is being used) consistent with the latest tree of React elements produced after a re-render.