Redux FAQ: General
Table of Contents
When should I use Redux?
Can Redux only be used with React?
Do I need to have a particular build tool to use Redux?
General
When should I use Redux?
Pete Hunt, one of the early contributors to React, says:
You'll know when you need Flux. If you aren't sure if you need it, you don't need it.
Similarly, Dan Abramov, one of the creators of Redux, says:
I would like to amend this: don't use Redux until you have problems with vanilla React.
In general, us