Skip to content

Instantly share code, notes, and snippets.

@karlbright
Created November 27, 2015 11:52
Show Gist options
  • Save karlbright/1e9e41a77825437e5541 to your computer and use it in GitHub Desktop.
Save karlbright/1e9e41a77825437e5541 to your computer and use it in GitHub Desktop.
{ type: 'FETCH_POSTS' }
{ type: 'FETCH_POSTS', status: 'error', error: 'Oops' }
{ type: 'FETCH_POSTS', status: 'success', response: { ... } }
{ type: 'FETCH_POSTS_REQUEST' }
{ type: 'FETCH_POSTS_FAILURE', error: 'Oops' }
{ type: 'FETCH_POSTS_SUCCESS', response: { ... } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment