Skip to content

Instantly share code, notes, and snippets.

@sebastialonso
Last active December 4, 2016 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastialonso/3b1e90b1ee7815ea14d7341fbb637e8e to your computer and use it in GitHub Desktop.
Save sebastialonso/3b1e90b1ee7815ea14d7341fbb637e8e to your computer and use it in GitHub Desktop.
export default function(state = null, action) {
switch(action.type) {
case 'GET_ISSUES':
return action.payload;
}
return state;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment