Skip to content

Instantly share code, notes, and snippets.

@hanipcode
Created February 27, 2017 03:31
Show Gist options
  • Select an option

  • Save hanipcode/0740c08811c2b50d672a03b9e9bb3322 to your computer and use it in GitHub Desktop.

Select an option

Save hanipcode/0740c08811c2b50d672a03b9e9bb3322 to your computer and use it in GitHub Desktop.
action yang diubah
export const succesFetch () {
// fungsi succes fetch
}
// here we put the magic. fungsi failedFetch
export const failedFetch(message) {
return {
type: FETCH.FAILED,
error: {
type: 'FETCH ERROR',
message,
},
};
}
//other function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment