Reconciliation is the process of diffing the Virtual DOM to update the actual DOM. Fiber is the current engine designed for incremental rendering (pausing/resuming work) to keep the app responsive during heavy renders.