can we pass the value directly to the state in redux reducer like
export default (state = [], action) => { switch (action.type) { case \'FETCH_USER\'