We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7beebb commit 6d8c199Copy full SHA for 6d8c199
content/docs/faq-state.md
@@ -50,7 +50,7 @@ handleSomething() {
50
}
51
```
52
53
-https://reactjs.org/docs/react-component.html#setstate
+[Learn more about setState](/docs/react-component.html#setstate)
54
55
### Should I use a state management library like Redux or MobX?
56
content/docs/faq-styling.md
@@ -18,7 +18,7 @@ render() {
18
19
### Can I use inline styles?
20
21
-Yes, see https://reactjs.org/docs/dom-elements.html#style
+Yes, see the docs on styling [here](/docs/dom-elements.html#style).
22
23
### Are inline styles bad?
24
0 commit comments