Alex Krolick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|