일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- CORS
- dfs
- 반공변성
- ESlint
- autosize
- 호이스팅
- 투포인터
- recoil
- SSR
- map
- 무한 스크롤
- 공변성
- TS
- 이분 검색
- useAppDispatch
- RTK Query
- CI/CD
- webpack
- Promise
- tailwind
- React
- 결정 알고리즘
- app router
- 태그된 유니온
- 타입 좁히기
- 인터섹션
- async/await
- Jest
- 리터럴 타입
- Cypress
Archives
- Today
- Total
목록Redux-Saga (1)
짧은코딩
redux-saga
configureStore.js import { createWrapper } from "next-redux-wrapper"; import { applyMiddleware, compose, createStore } from "redux"; import { composeWithDevTools } from "redux-devtools-extension"; import createSagaMiddleware from "redux-saga"; import reducer from "../reducers"; import rootSaga from "../sagas"; const loggerMiddleware = ({ dispatch, getState }) => (next) => (action) => { console.l..
인프런, 유데미/Redux
2022. 12. 27. 23:59