Wizard-Guido/Wizard-Guido.github.io

React进阶之路——Diff算法详解 | 二进制的流浪

Opened this issue · 0 comments

https://wizard-guido.github.io/2022/08/02/ReactDiff%E7%AE%97%E6%B3%95/#more

React Fiber 是 React 16 之后推出的新架构,而 Reconciliation 是 React 的 Diff 算法,Fiber 和 Reconciliation 都是 React 的核心机制。因此了解和认识其核心机制的运作以及原理,对我们今后高效使用 React 大有裨益。