原文链接:Build your own React
Build your own React(1)-前言及准备工作
- Step I: The createElement Function ✅
- Step II: The render Function ✅
Build your own React(2)-createElement&&初级版 render 函数
- Step III: Concurrent Mode 并发模式 ✅
- Step IV: Fibers ✅
Build your own React(3)-模拟 fiber 架构工作模式
- Step V: Render and Commit Phases ✅
- Step VI: Reconciliation ✅
Build your own React(4)-diffing 阶段
- Step VII: Function Components ✅
- Step VIII: Hooks ✅