关于effectList 单向链表的使用已经被react废弃掉了
小书原文描述位置:https://react.iamkasong.com/process/completeWork.html#effectlist
react官方commit更改信息:[Remove remaining references to effect list #19673](https://github.com/facebook/react/pull/19673)
We no longer use the effect list anywhere in our implementation. It's been replaced by a recursive traversal in the commit phase.
This removes all references to the effect list in the new fork.
希望能将该内容更新
9 条评论