master
reducer
function reducer(state: IStoreState = initialState, action: IAction): IStoreState { switch (action.type) { /** * USER ACTIONS */