왜 Vue 컴포넌트의 이름은 여러 단어로 구성되어야 할까?
<>...</>에 key 속성 적용하기
기존 js 파일을 tsx로 확장자 변경했을 때, 파일 생성/삭제으로 인식되는 이슈
Property 'offsetLeft' does not exist on type 'Element'.
타입스크립트 프로젝트 설정, tsconfig.json 옵션, 정의 파일(.d.ts), JSDoc
readonly 속성, static 키워드, interface vs type, interface vs 추상클래스, implements 키워드
추상 클래스(Abstract Class), 추상 메소드(Abstract method), 접근 제한자
타입스크립트의 타입 (선택적 변수 (optional parameter), Alias, readonly, Tuple, undefined, null, any, unknown, void, never)