react-use
react-use copied to clipboard
React Hooks — 👍
**What is the current behavior?** I can't use ESM syntax to import `react-use` in Node.js. I found this issue when I try to run some unit tests on Node.js. The...
**What is the current behavior?** I'm not sure if I understand the `useMeasure` correctly, but the goal is for it to return the `boundingClientRect` of the element right? If that...
**Is your feature request related to a problem? Please describe.** Problem: `useCopyToClipboard` has no reset functionality - once copied, the hook stays in completed state forever. **Describe the solution you'd...
Sorry for using a feature request issue, but discussions aren't open so I didn't know where else to ask. It looks like a lot of issues and pull requests have...
**What is the current behavior?** On iOS, when there is a an element with overflow scroll in react-modal, the scroll element does not scroll the content. **Steps to reproduce it...
**What is the current behavior?** When the dependencies given to the useAsync change, the promise factory is called and the exported `loading` will return true while the promise is not...
**Is your feature request related to a problem? Please describe.** First of all this lib is great and has all kinds of helpful hooks. For offline apps, local storage can...
# Description Adds missing `remove` feature on session storage hook. Feature was already available for local storage hook. Adds tests to session storage hook. ## Type of change - [...
**Is your feature request related to a problem? Please describe.** useSearchParam.ts only returns a single search param, however, I often want to get more than just a single URL search...
# Description ### Why Fetching the `event.target.value` is a tiresome job when creating a state with its setter and bind it to a input element. Like this: ```jsx const [name,...