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.
|
|
|
commitMutationEffects 对应 commit 中的 mutation 阶段,这个方法内部是一个 while 循环,遍历 effectList 链表,遍历到的每一个 Fiber 节点首先会判断是否存在 ConentReset 标记,这个标记表示 Fiber 是否需要重置文本节点
|
|
|
|
|
|
|
|
### commitResetTextContent
|
|
|
|
|
|
|
|
然后会判断是否存在 Ref 标记
|
|
|
|
|
|
|
|
### commitDetachRef
|