@ -50,7 +50,7 @@ handleSomething() {
}
```
https://reactjs.org/docs/react-component.html#setstate
[Learn more about setState](/docs/react-component.html#setstate)
### Should I use a state management library like Redux or MobX?
@ -18,7 +18,7 @@ render() {
### Can I use inline styles?
Yes, see https://reactjs.org/docs/dom-elements.html#style
Yes, see the docs on styling [here](/docs/dom-elements.html#style).
### Are inline styles bad?