Add language tags

This commit is contained in:
Timothy Warren 2018-04-06 15:02:31 -04:00
parent ac10319fd5
commit df351f55cc
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Short reference of React.Component lifecycle methods so I don't have to scroll t
#### constructor ()
```
```js
/**
* Create state and call super
*
@ -24,7 +24,7 @@ constructor (props) {
#### static getDerivedStateFromProps ()
```
```js
/**
* Props have changed, return the updated state
*