Reducer ↔ function to Reduce to new state value from Action input
Reduce
(process) to generate new state based on current state & some Action payload
References
Initialization Function↔ function pass as Init Arg touseReducer()to generate Initial State for ReducerDispatch Function↔ fn to Dispatch Action to ReducerAction↔ object withtype&payloadinfo to pass Reducer to update stateredux↔ (Design Pattern) to colocate state in global external central store, to control data flow with predictable scalable pattern of Dispatch > Reducer > Store