react-timing-hooks icon indicating copy to clipboard operation
react-timing-hooks copied to clipboard

React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback

Results 3 react-timing-hooks issues
Sort by recently updated
recently updated
newest added

**Status Quo / Problem / Topic** By default, Javascript intervals do not call their callbacks on creation/startup, but only after the first cycle/timeout. There might be cases where this would...

enhancement

**Status Quo / Problem / Topic** `useDebounce()` often is used in conjunction with `useState()`. Combine the two. **Solution** A combination of `useDebounce()` and `useState()` called `useDebouncedState()` (Similar to the already...

enhancement

I don't expect any issues, but still want to test the package with React 19 before I add it to the officially supported versions

enhancement