Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react生命周期演进过程 #60

Open
Genluo opened this issue Sep 9, 2019 · 0 comments
Open

react生命周期演进过程 #60

Genluo opened this issue Sep 9, 2019 · 0 comments

Comments

@Genluo
Copy link
Owner

Genluo commented Sep 9, 2019

生命周期图示

16.3以前
image

16.3以后

image

deprecate的生命周期函数

  • componentWillReceiveProps
  • componentWillMount
  • componentWillUpdate

用法

getDerivedStateFromProps(nextProps, prevState)
getSnapshotBeforeUpdate(prevProps, prevState)
componentDidUpdate(prevProps, prevState, snapshot)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant