Skip to content

Instantly share code, notes, and snippets.

@pie6k
Created February 3, 2017 10:23
Show Gist options
  • Save pie6k/86f06cefa6beb48f99564ec843650b59 to your computer and use it in GitHub Desktop.
Save pie6k/86f06cefa6beb48f99564ec843650b59 to your computer and use it in GitHub Desktop.
export const someAsyncAction((someArg) => somePromise, (state, {loading, error, data}) => state.doSomething);
// later on
someComponentBeforeLoad={someAsyncAction}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment