react-hooks
Here are 8,673 public repositories matching this topic...
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 11, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
React custom hook for playing audios
Describe the solution you'd like
Something like this one: StackOverflow: Playing sound in React.js
Describe alternatives you've considered
N/A
Additional context
N/A
100% code coverage
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 1, 2022 - JavaScript
react-hooks-testing-library
version: v8.0.0-alpha.1 - created a commit starting herereact
version: N/Areact-dom
version (if applicable): N/Areact-test-renderer
version
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Dec 29, 2021 - JavaScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
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 like
We need replacer/ reviver functions optionally to be sent as arguments.
useLocalstorageState('key', value, {
replacer: () => {},
reviver: () => {}
})
`
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Dec 30, 2020 - TypeScript
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be great if refine can support both nest-crud and nestjs-query.
Many thanks!
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Feb 27, 2022 - JavaScript
Describe the bug
For the versions 7.0.0 and 7.0.1, setting { leading: true }
does not trigger an immediate change in useDebounce
. It works in 6.0.1 and below.
To Reproduce
- The sandbox example linked to in the readme file (https://codesandbox.io/s/rr40wnropq) uses
use-debounce@6.0.0-beta
. Add the option{ leading: true }
and observe that the debounced value is updated immedat
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
Improve this page
Add a description, image, and links to the react-hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-hooks topic, visit your repo's landing page and select "manage topics."
Current Behavior
The type
ErrorMessage
doesn't have an id property.Desired Behavior
It'd be nice
id?: string
would be added to the typeErrorMessage
and set on the outermost component that serves as error message.Suggested Solution
Add
id={this.props.id}
to the outer component inErrorMessage
.Who does this impact? Who is this