Licence
Apache-2.0
Version
3.5.4
Deps
2
Size
7 kB
Vulns
0
Weekly
0
DID UI components shared across arcblock products
Usage
yarn add @arcblock/react-hooks
Then:
import useInterval from '@arcblock/react-hooks/lib/useInterval';
useInterval(
() => {
// do something
},
condition ? 1000 : null
);