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