react-hooks
Here are 6,504 public repositories matching this topic...
-
Updated
Aug 29, 2021 - TypeScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Aug 27, 2021 - 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
Aug 11, 2021 - JavaScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
What is your question:
I'm sorta ashamed to admit it, but it's unclear to me how to use the async utils based on the docs. I've had to dig around a lot to figure it out. Could there be a few code examples added to the docs?
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
May 17, 2021 - JavaScript
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Aug 29, 2021 - TypeScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Dec 30, 2020 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
Updated
Aug 21, 2021 - TypeScript
-
Updated
Aug 24, 2021 - TypeScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Aug 17, 2021 - JavaScript
Docs
List of hooks that need to be updated in docs
Each hook should have one working example, one working codesandbox, correct auguments and returns section.
Examples should be easy to read and understand with correct usage of the hook.
- useCountdown
- useDebounce
- useDimensionsRef
- useDocumentEventListener
- useE
-
Updated
Aug 22, 2021 - TypeScript
-
Updated
Aug 6, 2021 - JavaScript
-
Updated
Aug 25, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
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