react-illustration-series
react-illustration-series copied to clipboard
effect hooks图例的构造顺序是否有问题
大佬你好,在下面这篇文章中
https://github.com/7kms/react-illustration-series/blob/main/docs/main/hook-effect.md
从下面这张图里看 hooks 的书写顺序应该是 1 ,2 ,3
而 componentUpdateQueue.lastEffect 指向的应该是最后一个effect
所以这里不是很明白。