Skip to content

Instantly share code, notes, and snippets.

@kadmil
Last active May 30, 2016 06:25
Show Gist options
  • Save kadmil/17f0342d311c6f04f1b578d9188d0eba to your computer and use it in GitHub Desktop.
Save kadmil/17f0342d311c6f04f1b578d9188d0eba to your computer and use it in GitHub Desktop.
Async utils
export const request = type => `${type}_REQUEST`
export const response = type => `${type}_RESPONSE`
export const fail = type => `${type}_FAIL`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment