Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/process/completeWork.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if (

```js
nextEffect nextEffect
rootFiber.firstEffect -----------> fiber -----------> fiber
rootFiber.firstEffect -----------> fiber -----------> fiber <----------- rootFiber.lastEffect
```

这样,在`commit阶段`只需要遍历`effectList`就能执行所有`effect`了。
Expand Down