hooks
Here are 2,983 public repositories matching this topic...
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Objective-C
-
Updated
Jul 31, 2020 - TypeScript
-
Updated
Aug 22, 2020 - JavaScript
100% code coverage
The current code coverage is around 84%, it would be nice to have a 100% score and I'd love to have some help in doing so. Please feel free to open any PR.
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Jul 30, 2020 - TypeScript
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using Application().start. I've tried to locate it using Desktop, but got quite confused..
Any help on this?
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Aug 26, 2020 - YAML
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Python
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 24, 2020 - TypeScript
Package
graphql-hooks
Environment
graphql-hooksversion: 4.3.0reactversion: 16.12.0- Browser: Chrome
Description
I noticed the data variable returned from useQuery is undefined when first rendering a component. This collides with the fact that the types say it's always defined.
See index.d.ts:
interface UseClientRequestResult<ResponseDat-
Updated
Aug 5, 2020 - JavaScript
Speed up on Node
Now we have 3 binaries in npm and script which run necessary binary depends on the current platform.
There are 2 big problems with current behavior:
- npm package size is huge (26 MB)
- Node.js startup time is not great.
Solution:
postinstallscript download necessary binary (many npm packages use this approac
-
Updated
Aug 24, 2020 - Shell
-
Updated
Jun 4, 2019 - JavaScript
Improve this page
Add a description, image, and links to the hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 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