일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 리터럴 타입
- 무한 스크롤
- CI/CD
- useAppDispatch
- CORS
- TS
- 투포인터
- 인증/인가
- autosize
- dfs
- app router
- recoil
- 호이스팅
- Jest
- React
- tailwind
- 결정 알고리즘
- MSA
- Promise
- map
- 태그된 유니온
- webpack
- RTK Query
- 반공변성
- 인터섹션
- async/await
- 타입 좁히기
- 공변성
- SSR
- ESlint
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