YuJian
3 years ago
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
before Mutation 阶段主要处理三件事情: |
||||
1. 处理用户离散事件 |
||||
2. 执行 commitBeforMutationEffectOnFiber 函数 |
||||
3. 判断 Fiber 是否存在 Passive 的标记,有的话就执行 flushPassiveEffects 回调函数 |
||||
|
||||
### commitBeforMutationEffectOnFiber |
Loading…
Reference in new issue