rooks icon indicating copy to clipboard operation
rooks copied to clipboard

Essential React custom hooks ⚓ to super charge your components!

Results 46 rooks issues
Sort by recently updated
recently updated
newest added

DOMRect of an element changes when the viewport resizes. So I think we should add support for this. Thoughts @qqpann ?

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

I was surprised to find that `useOutsideClick` registers its listeners for the `capture` phase of the event (which makes things harder in my specific use-case). It would've been helpful to...

**Describe the bug** The callback passed to `useRaf` takes in one parameter `timeElapsed`, this is supposed to represent the number of milliseconds passed since the hook started running. However, currently...

**Is your feature request related to a problem? Please describe.** `useLocalstorageState` can result in hydration errors due to differing values on the initial server-side and client-side renders, based on the...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I got an error about the...

bug

This is a fix for bug #1044.

disccussion 🗣️

Would be great to get an idea of all the possible keys or have it typed in TS

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** Some users require saving objects like ES6 maps which can't be JSON.stringified without a replacer function. **Describe the solution you'd...

help wanted
good first issue