@arcblock/react-hooks

v2.10.47
React hooks used by arcblock products
react arcblock component

@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
);
npm i @arcblock/react-hooks

Metadata

Downloads