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