Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.12 KB

⌚ React Interval Hook

codecov npm type definitions npm bundle size npm

React hook for using self-correcting setInterval, augmented by management methods

Main features

  • Self-correcting (explanation)
  • Manageable (start, stop, isActive)
  • Thoroughly tested

Install

yarn add react-interval-hook

or

npm install --save react-interval-hook

Documentation

Full documentation can be found here

Support

If you like my work, consider making a donation through Github Sponsors.

License

MIT © minwork