1
0
Fork 0
Browse Source

vault backup: 2022-04-22 16:10:55

master
YuJian 3 years ago
parent
commit
82ba6789cc
  1. 6
      React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitBeforeMutationEffect.md

6
React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitBeforeMutationEffect.md

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
before Mutation 阶段主要处理三件事情:
1. 处理用户离散事件
2. 执行 commitBeforMutationEffectOnFiber 函数
3. 判断 Fiber 是否存在 Passive 的标记,有的话就执行 flushPassiveEffects 回调函数
### commitBeforMutationEffectOnFiber
Loading…
Cancel
Save