Application State with Redux - 401-advanced-javascript-Mai/amman-javascript-401d1 GitHub Wiki

Managing state with Redux requires the combination of 3 distinct aspects into a “Store” which all components can access as they please.

State Reducers (strategies to alter state) Actions (methods that get “dispatched” or “run”, which trigger associated reducers)