각종 공부 내용을 기록합니다 ✏️
- Redux 기초(store, reducer, action)
- Redux 주의점 - no mutate state
- React-redux - Provider, useSelector, useDispatch
- React-redux - connect 함수
- 필수 문법 정리(변수, 배열, 객체, 함수, Union Type, Type alias)
- 기본 타입 정리(Primitive Type)
- union type, any, unknown
- 함수의 타입 지정
- Narrowing & Assertion
- type alias & readonly
- 리터럴타입
- 함수와 오브젝트 안에서의 타입 지정
- interface
- 타입스크립트를 이용해 HTML을 조작할 때 주의할 점
- 타입스크립트의 객체지향문법(Public, Private, Protected, Static)
- namespace
- 제네릭(Generic)
- 튜플 타입으로 타입 지정