@ -69,6 +69,13 @@ See: [Properties](https://reactjs.org/docs/tutorial.html#using-props)
### States
```jsx
constructor(props) {
super(props)
this.state = {}
}
```
this.setState({ username: 'rstacruz' })