mirror of
https://github.com/streamich/react-use.git
synced 2025-12-08 18:02:14 +00:00
326 B
326 B
useHarmonicIntervalFn
Same as useInterval hook, but triggers all effects with the same delay
at the same time.
For example, this allows you to create ticking clocks on the page which re-render second counter all at the same time.
Reference
useHarmonicIntervalFn(fn, delay?: number)