Skip to content

rezabayati1/useAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

useAsync

const {data, status, error, run} = useAsync({...initialState})

React.useEffect(() => {
  return run(asyncFunction())
}, [run])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published