Redux Definition
Predictable
redux helps scale Apps with consistent behaviour by restict data flow into a predictable pattern of dispatch>reducer>state
Centralized
redux manages App state from single global location
Time-Travel
(feat) to revisit redux state history
Standalone
Debuggable
Flexible
plain JS lib - compat with any UI-framework - not only react-specific