1
0
Fork 0
Browse Source

vault backup: 2022-04-14 17:40:30

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

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

@ -38,4 +38,4 @@ @@ -38,4 +38,4 @@
- 如果也没有任务需要执行,和首屏渲染进入 update 的时候不同,最终会走到 bailoutOnAlreadyFinishedWork 函数中去,这个函数最终会执行 cloneChildFibers 方法,直接克隆一个子 Fiber 节点挂载到当前 Fiber 节点的 child 上
- createWorkInProgress 根据情况创建新的 Fiber 节点或者复用已有 Fiber 节点
- 对于 Function Component 会调用 renderWithHooks 方法,这个方法会执行 Function Component 自身,返回的值就是 React.createElement 返回的 JSX 对象,这里和 Host Component 不一样
- reconcileChildren 根据 current Fiber 树和
- reconcileChildren 根据 current Fiber 树、 WorkInProgress Fiber 树JSX 对象来生成子 Fiber 节点
Loading…
Cancel
Save