YuJian
3 years ago
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@
@@ -1 +1,6 @@
|
||||
>commitRootImpl 是 React commit 阶段非常重要的一个函数,这个阶段完成了对 effectList 的遍历和页面渲染,这个函数处理可以分为三个阶段,分别是:before、mutation 和 after |
||||
>commitRootImpl 是 React commit 阶段非常重要的一个函数,这个阶段完成了对 effectList 的遍历和页面渲染,这个函数处理可以分为三个阶段,分别是:before、mutation 和 after |
||||
|
||||
进入 commitRootImpl 函数,首先会进入 do..while 循环内执行 flushPassiveEffects,直到 rootWithPendingPassiveEffects 不等于 null 才会跳出循环 |
||||
|
||||
### flushPassiveEffects |
||||
|
||||
|
Loading…
Reference in new issue