YuJian
3 years ago
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
|||||||
commitMutationEffects 对应 commit 中的 mutation 阶段,这个方法内部是一个 while 循环,遍历 effectList 链表,遍历到的每一个 Fiber 节点首先会判断是否存在 ConentReset 标记 |
commitMutationEffects 对应 commit 中的 mutation 阶段,这个方法内部是一个 while 循环,遍历 effectList 链表,遍历到的每一个 Fiber 节点首先会判断是否存在 ConentReset 标记,这个标记表示 Fiber 是否需要重置文本节点 |
||||||
|
|
||||||
|
### commitResetTextContent |
||||||
|
|
||||||
|
然后会判断是否存在 Ref 标记 |
||||||
|
|
||||||
|
### commitDetachRef |
Loading…
Reference in new issue