Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created April 11, 2017 09:16
Show Gist options
  • Save brakmic/eeb2093b506aafc48be294b909d9d846 to your computer and use it in GitHub Desktop.
Save brakmic/eeb2093b506aafc48be294b909d9d846 to your computer and use it in GitHub Desktop.
modifying part of a state
return (<any>Object).assign({}, state, {
customer: action.payload
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment