Eric Lambrecht

Results 3 issues of Eric Lambrecht

**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