일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- react-router-dom
- classList add
- 접근성
- 클래스 토글
- windowwidth
- 포트폴리오
- chart responsive
- 커스텀훅
- 퍼블리싱
- resize
- classList remove
- react-router
- 방심은금물
- 2020
- 간식금지다!
- 리엑트할수있는퍼블리셔라규
- className
- chart.js
- react
- 대표님물리기없기
- ROUTER 버전6
- 를
- 내배위의고양이
- 냥빨이다가온다
- classList toggle
- classList
- 언젠간가겠지
- 안짤렸다
Archives
- Today
- Total
틈
[REACT] react 설치 방법 변경 본문
yarn create react-app 폴더명
이전에는 터미널에서 npx create-react-app을 사용했는데, 어느 순간 방식이 바꼈다.
yarn create react-app {폴더명} --template typescript
타입스크립트 template 설정
'code > React.js' 카테고리의 다른 글
[REACT] 외부 API 받아오기(with typescript) -declare (0) | 2022.06.01 |
---|---|
[REACT] useImperativeHandle, forwardRef hook (0) | 2022.05.17 |
[REACT] 유용한 dependencies (0) | 2022.05.07 |
[REACT] input[type=file] 파일 이름 받아오기 (0) | 2022.05.07 |
react+styled-components에서 overload Error가 날 때(with typescript) (0) | 2022.04.13 |
Comments