Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

File metadata and controls

30 lines (21 loc) · 1.29 KB

⌚ React Interval Hook

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

Build Status codecov npm type definitions npm bundle size npm GitHub

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

Install

yarn add react-interval-hook

or

npm install --save react-interval-hook

⚠️ New repository

This package has been moved to Minwork's React Libraries which is a common place for different react hooks and components.