supnate/react-geek-time

componentDidUpdate 的 第三个参数 prevScrollHeight 是怎么来的

Opened this issue · 1 comments

componentDidUpdate 的 第三个参数 prevScrollHeight 是怎么来的,getSnapshotBeforeUpdate 返回的值存在哪里,componentDidUpdate 和 getSnapshotBeforeUpdate 是怎么联系起来的

react官网文档中的生命周期部分有关于这个的详细解释。