Skip to content

Instantly share code, notes, and snippets.

@v-r
Created July 17, 2020 06:25
Show Gist options
  • Save v-r/8b60157d415b6ab4098c201b1dad4102 to your computer and use it in GitHub Desktop.
Save v-r/8b60157d415b6ab4098c201b1dad4102 to your computer and use it in GitHub Desktop.
[actions.removeItem.receive]: (state, { count, error }) => {
// ...
if (error) {
return initialState;
}
// …
if (count => 1) {
return initialState;
}
// …
return {
...state,
...payload
};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment