1
0
Fork 0
Obsidian 管理的个人笔记仓库
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.
 
 

267 B

before Mutation 阶段主要处理三件事情:

  1. 处理用户离散事件
  2. 执行 commitBeforMutationEffectOnFiber 函数
  3. 判断 Fiber 是否存在 Passive 的标记,有的话就执行 flushPassiveEffects 回调函数

commitBeforMutationEffectOnFiber