Wizard-Guido / Wizard-Guido.github.io

HEXO BLOG
https://wizard-guido.github.io/
0 stars 0 forks source link

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

Open Wizard-Guido opened 1 year ago

Wizard-Guido commented 1 year ago

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 大有裨益。