react-use-precision-timer
react-use-precision-timer copied to clipboard
⏱️ A versatile precision timer hook for React. Doubles as a stopwatch.
Many playback elements (that might have use for a precision timer) have a set of fixed known timestamps where events or UI changes are triggered. Things like slides, carousels, video...
I'm currently creating a `Slideshow` component, which has access to an array of URLs and a `currentIndex` in state, as well as a `Slide` component with the props `src`, `durationSeconds`...
Hello @justinmahar, I'm preparing something like a timeline, where user can play/pause time, but also move "in time" (by click). I have edge case with my app - when user...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
When I pause, sometimes, the timer goes some seconds or miliseconds ahead, the first time i do it everything works fine, it is only after that first ever pause that...
Hi! I am trying to use this package and I am following the doc: ``` import React, { useState, useEffect, useRef, useCallback} from "react"; import { useDelay } from 'react-use-precision-timer';...