|
|
@ -131,7 +131,10 @@ createInstance 会调用 createElement 方法创建一个 DOM 实例,并调用 |
|
|
|
### markUpdate |
|
|
|
### markUpdate |
|
|
|
为传入的 workInProgress 打上 Update 标记 |
|
|
|
为传入的 workInProgress 打上 Update 标记 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
返回 null,回到 `completeWork` 的调用栈,如果 current ref 和 workInProgress ref 不同,调用 markRef 函数 |
|
|
|
|
|
|
|
|
|
|
|
### markRef |
|
|
|
### markRef |
|
|
|
|
|
|
|
为传入的 workInProgress 打上 Ref 和 RefStatic 标记 |
|
|
|
|
|
|
|
|
|
|
|
### bubbleProperties |
|
|
|
### bubbleProperties |
|
|
|
|
|
|
|
|
|
|
|