react redux sans mettre à jour

// You cannot return the inital state if it's a value
const newState = Object.assign({}, initialState)

return newState
florinrelea