Reference react version

This commit is contained in:
Timothy Warren 2018-04-06 20:37:15 -04:00
parent 854d97d4f9
commit 386b26cdaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 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)
@ -152,7 +152,7 @@ componentWillUnMount () {
```
---
## Deprecated
## Deprecated (As of React 16.3)
### UNSAFE_componentWillMount ()