Skip to content

Instantly share code, notes, and snippets.

@sht5
Created January 19, 2018 21:07
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 sht5/64d4314cd2189999edacbd60ab5344a2 to your computer and use it in GitHub Desktop.
Save sht5/64d4314cd2189999edacbd60ab5344a2 to your computer and use it in GitHub Desktop.
async action form
export function getCoins(name,amountOfCoins){
return {
type : types.GET_COINS,
async : true,
httpMethodToInvoke : httpService.getCoins,
params : [name,amountOfCoins]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment