개발 블로그의 흔적/타입스크립트 TypeScript
-
타입스크립트 part3 - 타입 더 알아보기!!개발 블로그의 흔적/타입스크립트 TypeScript 2022. 11. 12. 00:55
🐣 타입스크립트와 자료형 - 2 (feat. React) 🐣 타입에 대해서 더 알아봅시다!🤠 1. 튜플 타입 Tuple type 2. 열거형 타입 Enum type 3. 조합 타입 Union type 4. 리터럴 타입 Literal Type & 타입 앨리어스 Type Alias 5. 함수 반환 타입 6. 함수의 타입 정의 7. 콜백 함수 타입 8. 알 수 없는 타입 Unknown 9. Never 10. 나머지 매개변수 Rest Parameter 11. 비구조화 할당 시 타입 Destructure & Type React, TypeScript, JavaScript 출처 1. TypeScript docs: https://www.typescriptlang.org/ 2. TypeScript Cheat Sheet ..
-
타입스크립트 part2 - 타입 알아보기!개발 블로그의 흔적/타입스크립트 TypeScript 2022. 11. 11. 02:12
🐣 타입스크립트와 자료형 - 1 (feat. ReactJS) 🐣 설정이 끝났다면 타입스크립트의 타입에 대해서 알아봅시다!🧐 1. 원시 자료형 타입 Primitive Type 2. 배열, 객체 타입 Array, Object Type 3. 타입 추론 Type Inference 4. 유니온 유형 Union Type 5. 타입 별칭 Type Aliases 6. 함수 타입 Function 7. 제네릭 Generic React, TypeScript, JavaScript 출처 1. TypeScript docs: https://www.typescriptlang.org/ 2. TypeScript Cheat Sheet (CRA): https://github.com/typescript-cheatsheets/react#rea..
-
타입스크립트 part1 - install, compile, tsconfig개발 블로그의 흔적/타입스크립트 TypeScript 2022. 11. 10. 02:10
🐣 타입스크립트 시작하기 (feat. ReactJS) 🐣 Create React App 부터 컴파일 CLI, tsconfig.json 설정에 대한 내용입니다! 1. install & init 2. 컴파일이란? 3. tsc 컴파일 CLI 4. tsconfig.json 살펴보기 React, TypeScript, JavaScript 출처 1. TypeScript docs: https://www.typescriptlang.org/ 2. TypeScript Cheat Sheet (CRA): https://github.com/typescript-cheatsheets/react#reacttypescript-cheatsheets 3. udemy 강의: https://www.udemy.com/course/best-rea..