-
Hi everyone 👋,
TLDR; Check out [clockelliptic/jotai-recoil-adapter](https://github.com/clockelliptic/jotai-recoil-adapter). It's rough around the edges and could use community support, but has prov…
-
- 한 아이디로 로그인, 로그아웃 후 다른 아이디로 로그인시 전에 로그인 했던 아이디가 로그인 되던 문제는 해결하였지만 `selectorFamily`를 사용할 때 파라미터를 사용하지 않는다. 다른 방법이 있을 듯 하다.
#### 📌 문제 원인
- 문제 원인은 recoil selector가 cache를 사용하는데 selector는 key와 get 의존…
-
recoil을 써서 상태관리하기
-
First shot with any gun adds no recoil to the grip hand
-
## Expected Behavior
In RTL mode the actions needs to be aligned to the left
## Current Behavior
Here's the code:
```tsx
const theme = createTheme({
direction: 'rtl',
typography: {
…
-
### Description
I have been going through the react code and I have an enhancement suggestion. Instead of using use state, can we migrate the application to use a centralized state such as Redux/MobX…
-
In principle this part
https://github.com/key4hep/key4hep-tutorials/blob/2a8ba424f71b5ba41e9c8a6b2a3a4c01f1b7a9d7/edm4hep_analysis/.solution/make_plots.py#L12-L13
of the edm4hep analysis can be simp…
-
i save my data in other js file, so i don't want rerender. how should i do? thanks
```
const [, setMarketsAtom] = useRecoilState(marketsAtom) // from recoil store ts file
const [marketSelection…
-
Recoil crashes immediately and chrome extension fails (needs to be reloaded).
```
import { RecoilRoot } from 'recoil';
import RecoilizeDebugger from 'recoilize';
...
…
-
## Redux
### 장점
- 용량이 가벼움
- 확장성이 높음
- flux 패턴을 사용하기 때문에 데이터가 단방향으로 흐름 -> 버그를 예측하기 쉬워져 디버깅에 유용함
- action을 통해서 상태 변화를 관리하기 때문에 어플리케이션이 어떻게 동작할지 예측하기 쉬움
### 단점
- 보일러 플레이트가 많음(액션이나 디스패치, 리듀서 …