Skip to content

Commit

Permalink
docs: update life cycle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed May 2, 2024
1 parent cead635 commit 9f0908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/React/life cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ componentDidUpdate(prevProps, prevState, snapshot) {

## componentWillUnmount

此方法用于组件卸载前,清理一些注册是监听事件,或者取消订阅的网络请求等
此方法用于组件卸载前,清理一些注册时的监听事件,或者取消订阅的网络请求等

一旦一个组件实例被卸载,其不会被再次挂载,而只可能是被重新创建

Expand Down

0 comments on commit 9f0908f

Please sign in to comment.