I have a reducer file that goes like this:
export default (state = initialState, action) => { switch (action.type) { case actionTypes.ACTION_1: ...,