-
## 📝 Issue Description
Add the following content for **Hooks in React** under **REACT**
1. **Introduction to Hooks:** (What are Hooks, Rules of Hooks)
2. **Basic Hooks:** [useState (Managing St…
-
- useState
- `useState`를 통해 react가 추적하는 state와 해당 state를 변경할수 있는 함수를 리턴 받을수 있다.
- state를 변경하려면 꼭 함께 받은 state 변경 함수를 통해 변경해야 한다.
- state가 변경되면 해당 컴포넌트는 리렌더링 된다.
- useEffect
- `useEffect`…
-
Hi,
I want add bookmark for current cfi. How to get the current cfi?
-
I have written a hook for my app. If it's useful, you can use it:
```
// LocalForage: https://github.com/localForage/localForage
// npm i -S localForage
```
Source:
```js
/**
* @author Ju…
-
### 🐛 Current behavior
### Issue Summary
We are experiencing an issue with our application using the useInfiniteHits hook from Algolia's React InstantSearch library. When a user navigates from a P…
-
### 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…
-
```
/sandbox/node_modules/react-robot/machine.js:1
import { useEffect, useState } from 'react';
^
SyntaxError: Unexpected token {
```
https://codesandbox.io/s/recursing-breeze-n34wd?f…
-
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…
-
### Details
It is better from user's experience that the environment dropdown on right sidebar is preselected.
Checklist
- [X] Modify `src/ui/VariablesPanel.tsx` ✓ https://github.com/garyxuehong/p…