ReactReact StackreduxRedux PatternOn this pageRedux PatternInitial Statevalue of Variable/property on first run of ComponentActionobject with type & payload info to pass Reducer to update stateDispatch Functionfn to Dispatch Action to ReducerReducerfunction to Reduce to new state value from Action inputReferences