0.20.2 • Published 3 years ago

@vulppi/react-use-async v0.20.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

useAsync

const Component: React.FC = () => {
  const { loading, error, value } = useAsync(
    fetch('https://jsonplaceholder.typicode.com/todos/1'),
  )

  return <></>
}
0.20.2

3 years ago

0.20.1

3 years ago

0.20.0

3 years ago