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