npm.io
3.5.4 • Published 3 months ago

@arcblock/react-hooks

Licence
Apache-2.0
Version
3.5.4
Deps
2
Size
7 kB
Vulns
0
Weekly
0

@arcblock/react-hooks

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
);

Keywords