The previous reconciliation algorithm, known as Stack Reconciler, worked in a recursive manner, blocking the main thread during the update process.
This sometimes led to performance issues, especially when dealing with complex applications with frequent updates.
Fibre aims to solve these problems by introducing a more efficient reconciliation process.