-
Updated
Jul 5, 2022 - TypeScript
custom-hooks
Here are 298 public repositories matching this topic...
100% code coverage
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jun 2, 2022 - JavaScript
useForceUpdate
Force a react component to rerender https://medium.com/@dev.cprice/wild-react-useforceupdate-e4459f2c1272
usePortal
Add Typescript
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Apr 2, 2022 - TypeScript
This is a wonderful utility and works especially well when Im using react-intl against components that only support string inputs (not nodes).
The only issue is that the babel plugin that automatically picks up strings to be translated doesn't pick up anything this uses.
https://github.com/formatjs/formatjs/tree/main/packages/babel-plugin-react-intl
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
May 2, 2022 - TypeScript
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Dec 25, 2021 - JavaScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jan 28, 2022 - TypeScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Sep 25, 2021 - TypeScript
-
Updated
Jun 7, 2022 - TypeScript
Issue Description
The repo currently has 2 templates for issues, but it lacks an issue template for general issues and documentation issues.
Possible Solution
Add templates for PRs and Issues. Also, suggest improvements for the current issue templates.
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Mar 12, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
Improve this page
Add a description, image, and links to the custom-hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the custom-hooks topic, visit your repo's landing page and select "manage topics."
Discussed in antonioru/beautiful-react-hooks#377
Originally posted by antonioru June 28, 2022
The correct way to import hooks from this library is:
but I've noticed quite often people just go with the ES6 named imports like (prob