Okay let's add a bit more logic to this reducer function. function someReducer(state = INITIAL_STATE, action) { switch(action.type) { case 'CHANGE_MOOD': return ...
確定! 回上一頁