react-use icon indicating copy to clipboard operation
react-use copied to clipboard

React Hooks β€” πŸ‘

Results 284 react-use issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Problem: I'd like to dynamically import scripts as `` tags. **Describe the solution you'd like** Proposal: ```javascript const useScript =...

help wanted
good first issue
πŸŽ‚ new hook

…lint error. # Description Fix for #947 update to useUpdateEffect.ts to amend the dependencylist to ensure it's always an array, as eslint will complain about it ## Type of change...

# Description I was trying to use `useStateWithHistory` and saw there was an error in the story that didn't allow me to demo how to use the hook. This fixes...

**Is your feature request related to a problem? Please describe.** The `useBeforeUnload` hook takes two params: 1) `enabled: boolean | (() => boolean) = true` 2) `message`: A string to...