Skip to content

Commit

Permalink
Merge branch 'v2' of https://github.com/dt-fe/weekly into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed May 25, 2020
2 parents 2529807 + 225aab4 commit 84ed47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 148. 精读《React Error Boundaries》.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Child = (props) => {

> componentDidCatch and getDerivedStateFromError: There are no Hook equivalents for these methods yet, but they will be added soon.
所以这里的理解要注意一下,另外 React 官方文档 [Hooks FQA](https://reactjs.org/docs/hooks-faq.html#how-do-lifecycle-methods-correspond-to-hooks) 有很多宝藏,建议抽时间逐条阅读。
所以这里的理解要注意一下,另外 React 官方文档 [Hooks FAQ](https://reactjs.org/docs/hooks-faq.html#how-do-lifecycle-methods-correspond-to-hooks) 有很多宝藏,建议抽时间逐条阅读。

## 4 总结

Expand Down

0 comments on commit 84ed47d

Please sign in to comment.