hooks
Here are 2,557 public repositories matching this topic...
Is there any place to read about "edge" setup with Yarn 2 and pure PnP project?
It seems like everything in my side is installed as recommended in various places, still, hooks are not triggered and no any errors provided.
I would be grateful for a clean and precise section in the documentation on how to set up Husky in pure Berry PnP project.
-
Updated
Jun 24, 2020 - TypeScript
-
Updated
Jun 20, 2020 - Objective-C
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.
-
Updated
Jun 8, 2020 - TypeScript
Advanced tutorial
We have typical Windows users here, so Solitaire is the most important application.
When I try to open it I get
C:\
Application not found
-
Updated
Jun 21, 2020 - JavaScript
-
Updated
Mar 14, 2020 - TypeScript
Prepare similar Controls Overview like we have for "win32" backend: https://pywinauto.readthedocs.io/en/latest/controls_overview.html
useType makes it super easy to use Microstates' composable runtime type system with React.
Implementation can be found in @microstates/react repo.
Example usage can be found in TodoMVC with Microstates & React Codesandbox
-
Updated
Jun 23, 2020 - YAML
-
Updated
Jun 24, 2020 - TypeScript
In your own example: https://codesandbox.io/s/react-form-custom-select-multi-select-inputs-6962t
The canSubmit is true even before the two colors in the multiselect have been set. As long as the single select have been set, it's all good.
Is this expected?
-
Updated
Jun 14, 2020 - JavaScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
Website
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
Jun 21, 2020 - TypeScript
-
Updated
May 8, 2020 - JavaScript
The current Storybook examples mostly functions as a playground to test various configurations.
It should be reworked so it functions as a collection of examples, with documentation of usage. Leverage Storybook Docs addon to embed documentation and codesnippets.
Take advantage of mdx to build a documentation.
documentation issue
Hej there - I just tried to follow the installation instructions of platform-samples/api/ruby/find-inactive-members/ and the command
gem install octokit
does not work. I tried it with the regular admin, as well as with elevated rights (sudo). The error message is the same:
-bash: gem: command not found
On the microservice admin page the link text referencing the microservice admin page doesn't begin with an underscore while the actual URI does.
This:
<td><a href="#" class="hookAdmin">/admin</a></td>
Should be:
<td><a href="#" class="hookAdmin">/_admin</a></td>
Currently on line 1452 of hook.io/view/admin.html
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
[docs] SSR guide
Describe the solution you'd like
Include multiple methods like:
- react-lightyear
- simply using the suspense fallback mechanism and not loading any data
- integration with things like after.js (using something similar to https://resthooks.io/docs/guides/no-suspense)
Ideally example code will have been tested.
Assuming the following routes:
const routes = {
'/docs': () =>
<h1>My Docs</h1>
,
}If the user visits /docs/ in their browser, the route does not match.
As a workaround I have to do useRedirect('/docs/', '/docs')
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