static todoReduction(state = TodoReducer.initialState, action){ let newState; let stateClone = [...state]; newState = TodoReducer.initialState; break;
static todoReduction(state = TodoReducer.initialState, action){ let newState; let stateClone = [...state]; newState = TodoReducer.initialState; break;