react-timing-hooks
react-timing-hooks copied to clipboard
React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback
**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...
**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...
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