Skip to content

Instantly share code, notes, and snippets.

@adnaan
Created November 2, 2016 04:53
Show Gist options
  • Save adnaan/8fabde27b5f55edd9def569296c2a481 to your computer and use it in GitHub Desktop.
Save adnaan/8fabde27b5f55edd9def569296c2a481 to your computer and use it in GitHub Desktop.
reducers:{
query(state,{ payload }) {
return { ...state };
},
querySuccess(state, { payload }) {
return { ...state };
},
vote(state, { payload }) {
return { ...state };
},
voteSuccess(state, { payload }) {
return { ...state };
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment