react-use
react-use copied to clipboard
React Hooks — 👍
**What is the current behavior?** When providing a default value to `useLocalStorage` it still says that the return value could be `undefined` **What is the expected behavior?** I would expect...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/streamich/react-use). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | volta | major | [`14.18.2` -> `16.16.0`](https://renovatebot.com/diffs/npm/node/14.18.2/v16.16.0) | ---...
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: |...
# `useConverter` React state hook that keeps track of the input and immediately generates the output based on the converter function. ## Usage ```jsx import { useConverter } from 'react-use';...
# Description fix useSlider example ## Type of change - [ ] Bug fix _(non-breaking change which fixes an issue)_ - [ ] New feature _(non-breaking change which adds functionality)_...
# Description Added event listener that listens to changes done to useLocalStorage (works when using multiple tabs that use the same localstorage item) ## Type of change - [ ]...
**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...
Perhaps we could add a similar API to `useAsync`, but have it work with suspense. I understand react-cache will give us a pattern here, but what would be nice is...