1
0
Fork 0
Browse Source

vault backup: 2022-04-13 10:50:29

master
YuJian 3 years ago
parent
commit
75031ea97c
  1. 1
      自顶向下学 React 源码/React 源码的碎片记录.md

1
自顶向下学 React 源码/React 源码的碎片记录.md

@ -20,3 +20,4 @@ @@ -20,3 +20,4 @@
- updateHostComponent 方法中的 reconcileChildren 方法会为当前 Fiber 节点创建它的子 Fiber 节点,也就是 Fiber 中的 child 属性
- reconcileChildren 方法接受 current 参数,通过判断这个参数是否为 null,分别执行 mountChildFibers 或 reconcileChildFibers 方法
- mountChildFibers 和 reconcileChildFibers 最终都会调用 ChildReconciler 方法,只是传入的布尔值会不同
- ChildReconciler 方法的参数表示是否追踪副作用
Loading…
Cancel
Save