Skip to content

Instantly share code, notes, and snippets.

@jplemieux66
Created May 5, 2018 16:29
Show Gist options
  • Save jplemieux66/d8fd19a3f0b8eb6dbb503f6282b685e3 to your computer and use it in GitHub Desktop.
Save jplemieux66/d8fd19a3f0b8eb6dbb503f6282b685e3 to your computer and use it in GitHub Desktop.
export function reducer(state = initialState, action: user.Actions) {
switch(action.type) {
default:
return state;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment