|
|
|
@ -5,6 +5,9 @@ commitMutationEffects 对应 commit 中的 layout 阶段,leyout 阶段会遍
@@ -5,6 +5,9 @@ commitMutationEffects 对应 commit 中的 layout 阶段,leyout 阶段会遍
|
|
|
|
|
调用 commitLayoutEffectOnFiber |
|
|
|
|
当 Fiber 存在 ref 标记,会执行 commitAttachRef 函数用于处理 ref 属性 |
|
|
|
|
|
|
|
|
|
### commitLayoutEffectOnFiber |
|
|
|
|
### commitLayoutEffectOnFiber/commitLifeCycles |
|
|
|
|
|
|
|
|
|
### commtHookEffectListMount |
|
|
|
|
遍历 effectLayout 依次执行它们 useLayoutEffect 的回调函数,这些步骤都是同步执行的 |
|
|
|
|
|
|
|
|
|
### commitAttachRef |
|
|
|
|