You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
before Mutation 阶段主要处理三件事情:
- 处理用户离散事件
- 执行 commitBeforMutationEffectOnFiber 函数
- 判断 Fiber 是否存在 Passive 的标记,有的话就执行 flushPassiveEffects 回调函数
commitBeforMutationEffectOnFiber