| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 반공변성
- TS
- useAppDispatch
- 투포인터
- map
- 결정 알고리즘
- 인터섹션
- Jest
- webpack
- tailwind
- MSA
- 태그된 유니온
- async/await
- app router
- 인증/인가
- 공변성
- 무한 스크롤
- CORS
- ESlint
- 타입 좁히기
- 리터럴 타입
- React
- CI/CD
- 호이스팅
- dfs
- autosize
- SSR
- Promise
- RTK Query
- recoil
Archives
- Today
- Total
목록useAppSelector (1)
짧은코딩
CRA로 RTK도 같이 설치하기 npx create-react-app my-app --template redux-typescript 이 명령어를 입력하면 리액트 폴더를 만들 때 Redux-ToolKit도 같이 설치하게 된다. 설치된 초기 코드 https://github.com/5hyun/redux_study/tree/main/RTK GitHub - 5hyun/redux_study Contribute to 5hyun/redux_study development by creating an account on GitHub. github.com 코드를 보기 위해서는 위 깃허브를 참고하면 된다. 중요하게 볼 폴더 app과 features 폴더를 참고하면 리덕스 툴킷 공부에 도움이 될것이다. -app app에는 da..
인프런, 유데미/Redux
2022. 11. 28. 03:00