Skip to content

Instantly share code, notes, and snippets.

@SuperOleg39
Created May 11, 2021 10:56
Show Gist options
  • Select an option

  • Save SuperOleg39/e3ad8989e617ef94a09a7e9c312e4694 to your computer and use it in GitHub Desktop.

Select an option

Save SuperOleg39/e3ad8989e617ef94a09a7e9c312e4694 to your computer and use it in GitHub Desktop.
const useAsync = (options) => {
...
}
const Component = (props) => {
const [result, error, loading] = useAsync({ fn: () => get('/url') })
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment