react-hook
Here are 331 public repositories matching this topic...
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Apr 25, 2019 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
ResizeObserver loop limit exceeded errors thrown during usage.
From my brief search around the internet it seems as though this is harmless but it does add a lot of noise in common usage and that that noise could be avoided
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Aug 8, 2021 - TypeScript
Our goal with @react-hookz/web is to give the react community a general-purpose React hooks library built with care.
We'd like to port the remaining hooks from react-use (the project @react-hookz/web grew out of) while keeping in mind our tenants:
- General-purposeness (hooks should fulfill a wide array of use cases)
- Composability (a preferenc
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Dec 20, 2020 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Apr 10, 2021 - TypeScript
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Aug 12, 2021 - TypeScript
Improve this page
Add a description, image, and links to the react-hook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-hook topic, visit your repo's landing page and select "manage topics."


Right now, the context updater function behaves almost like a reducer: it gives you the current context and you have to immutably return the next context.
It would be nice if it merging syntax like the old React's component-based setState.