일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Cypress
- async/await
- CI/CD
- CORS
- autosize
- webpack
- 호이스팅
- RTK Query
- Jest
- 무한 스크롤
- 타입 좁히기
- 반공변성
- 이분 검색
- recoil
- 공변성
- 태그된 유니온
- React
- app router
- SSR
- useAppDispatch
- map
- ESlint
- tailwind
- 투포인터
- 결정 알고리즘
- TS
- 인터섹션
- 리터럴 타입
- Promise
- dfs
Archives
- Today
- Total
목록redux devtools (1)
짧은코딩

폴더 구조 https://shortcoding.tistory.com/396 redux-thunk 간단한 것은 thunk로 구현할 수 있지만 복잡한 것은 saga로 구현하는 것이 좋다. thunkMiddleware // thunkMiddleware는 아래 코드가 끝이라서 불러올 가치가 없다 // 기본적으로 action은 객체 const thunkMiddleware shortcoding.tistory.com 이 글에서 만들었던 actions와 reducers를 가져와서 사용했다. 다른 점이 있다면 index.js 파일은 store.js로 바꾸고 module로 바꿨다. client.jsx import React from 'react'; import ReactDOM from 'react-dom'; import ..
인프런, 유데미/Redux
2022. 11. 18. 02:42