Browse Source

Fix redux FAQ link

Hi! Just wanted to thank you for your work.

Redux FAQ link was broken so I just fixed it.
main
Adrià Fontcuberta 7 years ago
committed by GitHub
parent
commit
74077cbf7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/faq-state.md

2
content/docs/faq-state.md

@ -101,6 +101,6 @@ This [GitHub comment](https://github.com/facebook/react/issues/11527#issuecommen
### Should I use a state management library like Redux or MobX?
[Maybe.](http://redux.js.org/docs/faq/General.html#general-when-to-use)
[Maybe.](https://redux.js.org/faq/general#when-should-i-use-redux)
It's a good idea to get to know React first, before adding in additional libraries. You can build quite complex applications using only React.

Loading…
Cancel
Save