-
I might turn this into a docs page. Let me know if this is clear enough.
Basic gist for typescript is that you don't create a union of all your action types because they will just be `string`. Use …
-
During upgrade work for my [RTK & Query starter](https://github.com/laststance/vite-rtk-query) I want to know official recommended directory structure style.
Firstly I went to [Redux-Tookit Docs](h…
-
현재 카카오맵 브랜치에서 mapSlice를 만들었고 그 안에 리듀서를 추가하는 과정에서 eslint에러가 났습니다.
오류가 난 코드
```
setCenter: (state, action: PayloadAction) => {
state.center = action.payload;
}
```
eslint 추천코드
```
set…
-
# Question
Is it possible to abort a dispatched redux thunk dispatch with just redux and redux thunk, no redux toolkit.
[createAsyncThunk](https://github.com/reduxjs/redux-toolkit/issues/887) in R…
-
Fairly new to TS, and I had this slice working before we decided to switch to TS and suddenly I found myself wrestling with several bears at once when it comes to some of the typings for createSlice a…
-
-
- cra
- 라이브러리 설치
- redux tookit
- mui with styled-component
- 웹 팩 설정 변경 (webpack.config.js)
- font: @fontsource/roboto
- icons: @mui/icons-material
- ESlint, Prettier
- axi…
-
## Summary
I have a couple of questions about architecture and approach in ERB.
**Channels: How to structure them?**
So far I've been adding one channel to the `ipcRenderer` per 'endpoint', s…
-
There is one detail that is not clear to me from the documentation related to the Redux Toolkit.
The example suggest that we need to use `extraReducer` with `HYDRATE` for all the slices. Is this ri…
-
First of all, the title exists for the sake of a title. I don't really know exactly what is wrong with this bug. I came across this while working on something with redux tookit.
**Error**: `Paramet…