React에 typescript 적용하기
이전 포스팅에서 Typescript 기반의 React 개발 환경 구성에 대해 포스팅을 하겠다고 해서, 이번 포스팅에서 다뤄보려고 한다. 프로젝트 생성 프로젝트 생성 $ mkdir react-ts 프로젝트 구조 . ├── .babelrc ├── .eslintrc ├── .gitignore ├── .prettierrc ├── README.md ├── index.html ├── package.json ├── src │ ├── components │ │ └── Header.tsx │ ├── index.css │ └── index.tsx … 더 읽기