react-use
react-use copied to clipboard
React Hooks β π
**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 =...
β¦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...