Skip to content

Instantly share code, notes, and snippets.

@marr
Created July 14, 2016 18:40
Show Gist options
  • Save marr/e6a6dfd0ed78ce5a382cd44b672dea6c to your computer and use it in GitHub Desktop.
Save marr/e6a6dfd0ed78ce5a382cd44b672dea6c to your computer and use it in GitHub Desktop.
switch (action.type) {
case actionTypes.ME_SET:
return setMe(state, action);
default:
return state;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment