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