Browse Source

Merge pull request #667 from afontcu/patch-1

Fix redux FAQ link
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
410edb85b4
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? ### 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. 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