-
According to the `React` docs, `useMemo` and `useCallback` are subject to cache purging:
> You may rely on useMemo as a performance optimization, not as a semantic guarantee. In the future, React m…
-
### Describe the bug
**Unhandled Runtime Error, AxiosError: Request failed with status code 400.**
A red mark appears under the await statement.
### To Reproduce
Expected Behavior:
Whe…
-
## 날짜
2024.04.22
## 참석자
✅ 참석자: 미림, 보경, 영은, 정욱
## 스터디 주제
React(hooks)
- (6) useMemo/useCallback
- (7) useRef
## 회의 내용
- [스터디 30회차 자료](https://github.com/FEDeepDive/MeetingLog/blob/main/l…
-
Very impressed with this project - so elegant!
I'm just wondering if it was a conscious decision to leave out some of the [other built-in hooks], here's what it says in the docs:
> The following…
-
Hey, I like your plugin and it works great. Although I have one addition which would be useful.
Some actions like dispatch actions (from useState) are referred to as stable references. They do not ch…
-
Hi @renchap
I'm really curious to understand why the` useModal` hook needs to use react context.
Basically the way I was handling modals was using this simpler hook.
```js
export const use…
-
Hi! Thanks a lot for this amazing package ✨
I cannot find an example of `React.useCallback` I see it was deprecated on what seems to be `v5.x` what is the correct way to "useCallback" in a hook?
…
-
### Overview
Review all components in `./src/components/Auth.js` and replace all standard HTML components with applicable MUI components.
### Action Items
- [ ] Review components in: `./src/compo…
-
### Latest version
- [X] I have tested the latest version
### The problem in depth
How to tell a column width is the result of column autosize?
The aim is to only autosize columns that have not …
-
This is related to https://github.com/facebook/react/issues/14092, https://github.com/facebook/react/issues/14066, https://github.com/reactjs/rfcs/issues/83, and some other issues.
The problem is t…