You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 370 B

3 years ago
1234567891011121314151617181920
  1. # @restart/hooks [![npm][npm-badge]][npm]
  2. A set of utility and general-purpose React hooks.
  3. ## Install
  4. ```sh
  5. npm install @restart/hooks
  6. ```
  7. ## Usage
  8. ```js
  9. import useInterval from '@restart/hooks/useInterval'
  10. useInterval(() => loop(), 300, false)
  11. ```
  12. [npm-badge]: https://img.shields.io/npm/v/@restart/hooks.svg
  13. [npm]: https://www.npmjs.org/package/@restart/hooks