Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 156 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 156 Bytes

useAsync

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

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