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