- Redux is a state management library for JavaScript apps.
- We can use it with React, Angular, Vue, Vanilla JS
- Flux (by Facebook)
- Redux
- MobX
- Predictable State Changes
- Centralized State
- Easy Debugging
- Preserve page state
- Undo/redo
- Ecosystem of add-ons
- Complexity
- Verbosity
- Tight Budget
- Small to medium-sized apps
- Simple UI/data flow
- Static data