react-hooks
Here are 5,195 public repositories matching this topic...
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Mar 9, 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
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Feb 27, 2021 - JavaScript
There is an existing PR created to add docs to testing-library-docs from when testHook was part of react-testing-library. Since it was removed and the code merged with this library, the PR has stalled waiting on updates to change it to reference this library instead.
If anyone wants to take over the PR and update it accordingly, you are more than welcome. You can even [add yourself as a
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Jun 19, 2020 - 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
Mar 9, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Sep 18, 2020 - JavaScript
Description
Graphql clients comparison (apollo client vs graphql-hooks vs urql).
Suggested implementation
List describing the advantages / disadvantages to other major clients. This library looks interesting but I don't see any advantage other file size.
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Feb 24, 2021 - TypeScript
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Aug 8, 2020 - 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
ErrorMessagedoesn't have an id property.Desired Behavior
It'd be nice
id?: stringwould be added to the typeErrorMessageand 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