Reference react version
This commit is contained in:
parent
854d97d4f9
commit
386b26cdaf
@ -1,6 +1,6 @@
|
|||||||
# React-Lifecycle-Cheatsheet
|
# React-Lifecycle-Cheatsheet
|
||||||
|
|
||||||
Short reference of React.Component lifecycle methods so I don't have to scroll through the huge text on the official documentation
|
Short reference of React.Component lifecycle methods (as of React 16.3) so I don't have to scroll through the huge text on the official documentation
|
||||||
|
|
||||||
![Lifecycle Diagram](./Lifecycle-chart.jpg)
|
![Lifecycle Diagram](./Lifecycle-chart.jpg)
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ componentWillUnMount () {
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
## Deprecated
|
## Deprecated (As of React 16.3)
|
||||||
|
|
||||||
### UNSAFE_componentWillMount ()
|
### UNSAFE_componentWillMount ()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user