react-hook
Here are 405 public repositories matching this topic...
-
Updated
Apr 28, 2022 - TypeScript
Describe the bug
For the versions 7.0.0 and 7.0.1, setting { leading: true } does not trigger an immediate change in useDebounce. It works in 6.0.1 and below.
To Reproduce
- The sandbox example linked to in the readme file (https://codesandbox.io/s/rr40wnropq) uses
use-debounce@6.0.0-beta. Add the option{ leading: true }and observe that the debounced value is updated immedat
React hook library, ready to use, written in Typescript.
-
Updated
Jul 8, 2022 - TypeScript
Describe the bug
The useSize() function in the demo for @react-hook/resize-observer uses the anti-pattern of depending on the ref object provided by React.useRef() in the dependency list of React.useLayoutEffect(). This has the effect of not setting an initial value for the size on the first rendering. This matters because elements that don't get re-rendered never get a sized.
**
a client framework of React
-
Updated
Apr 25, 2019 - JavaScript
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
Simple and powerful API client for react
-
Updated
Jun 23, 2022 - 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
ProseMirror + React made easy
-
Updated
Jan 14, 2022 - TypeScript
React Netease Music——一个基于React、TypeScript的高仿网易云mac客户端
-
Updated
Jan 18, 2022 - TypeScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jan 8, 2022 - TypeScript
React timer hook
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Oct 26, 2021 - JavaScript
Introduction to React Hooks for function components (released in React 16.7.)
-
Updated
Jun 12, 2020 - JavaScript
Custom hook to include a callback function for useState.
-
Updated
Apr 14, 2022 - JavaScript
React hook for using Geolocation API
-
Updated
Jul 4, 2022 - TypeScript
React Hook for using Statecharts powered by XState. use-machine.
-
Updated
Apr 28, 2022 - TypeScript
Declarative, nested, stateful, isomorphic page visibility React component
-
Updated
Apr 19, 2022 - JavaScript
Custom React hook & context for controlling browser audio
-
Updated
May 17, 2022 - TypeScript
-
Updated
May 30, 2022 - JavaScript
(seeking maintainers)
-
Updated
May 2, 2022 - TypeScript
A timer hook for React
-
Updated
Jun 24, 2022 - TypeScript
Debugger for React functional components. Online demo: https://meowtec.github.io/relyzer/examples/todomvc/build/
-
Updated
Nov 10, 2021 - TypeScript
Easily manage the Google Tag Manager via Hook
-
Updated
May 16, 2022 - TypeScript
react hook for using google spreadsheet as a data table (API endpoint)
-
Updated
Mar 26, 2022 - TypeScript
React Native appSate hook
-
Updated
May 6, 2022
Simple reactjs portfolio of Motasim Foad
-
Updated
Oct 20, 2021 - JavaScript
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Is your feature request related to a problem? Please describe.
Some users require saving objects like ES6 maps which can't be JSON.stringified without a replacer function.
Describe the solution you'd like
We need replacer/ reviver functions optionally to be sent as arguments.