Browse Source

Don't show raw URLs in links

main
Alex Krolick 7 years ago
parent
commit
6d8c199203
  1. 2
      content/docs/faq-state.md
  2. 2
      content/docs/faq-styling.md

2
content/docs/faq-state.md

@ -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? ### Should I use a state management library like Redux or MobX?

2
content/docs/faq-styling.md

@ -18,7 +18,7 @@ render() {
### Can I use inline styles? ### 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? ### Are inline styles bad?

Loading…
Cancel
Save