-
### Description
As a developer, I want to document and showcase our custom React hooks in Storybook so that the team can easily understand and interact with them.
### Tasks
- [ ] Create a wrapper com…
-
## User story
Developer is interested to capture user interactions that occur within the Vitessce component, for the purposes of analytics.
## Preferred solution
Implement a helper function `de…
-
I believe there is a bug in `useNetInfo` when custom reachability `configuration` object is used.
Looking at the source of the hook.
https://github.com/react-native-community/react-native-netinf…
-
I have implemented an auto play functionality given below. I have chosen the below configuration to create a carousel which is responsive w.r.t to its actual width, using ResizeObserver. I have used `…
-
```
/sandbox/node_modules/react-robot/machine.js:1
import { useEffect, useState } from 'react';
^
SyntaxError: Unexpected token {
```
https://codesandbox.io/s/recursing-breeze-n34wd?f…
-
please, is it possible to debounce useMeasure hook somehow ? My components rerenders multiple times because results of useMeasure hook updates too many times when resizing
-
## Is your feature request related to a problem? Please describe.
With the introduction of the Hooks API in React 16.8, developers have been shifting away from Higher Order Components and Render Pr…
-
**Describe the bug**
I've run into issues several times that are caused by calling cleanup functions during the rendering phase. First time in the UI library (a similar case is described here https…
-
We could enable usage of the hooks logic, without importing `useQuery` or `useSubscription`.
Hooks make the code messier:
```tsx
const { posts } = useQuery()
// It's ambiguous what 'posts' i…
-
Hi,
I want add bookmark for current cfi. How to get the current cfi?