본문 바로가기

배움

우아한테크러닝 - 2020-09-01 (화) - 1차시

 

(1교시) 

7:30 ~ 8:20

 

- blueprint js 

- 타입 스크립트 플레이 그라운드

- 코드 샌드박스

- react 공홈

- redux 공홈

- mobx 공홈

- redux-saga

- testing-library

 

 

(2교시)

8:30 ~ 

 

타입스크립트?

명시적? 인걸 선호하는 사람인 경우.

사용하는 사람에게 많은 정보를 줄 수 있음.

 

컴파일타임에만 작동하는 요소와 (타입 alias)

런타임에도 작동하는 요소 (이거가 js까지 트랜스파일링 되서 실행되는부분이겟쥬)

 

type이랑 interface랑 겁나 비슷함.

이 차이를 알라믄 쫌 더 맛봐야함 ㅇㅇ (솔직히 이거 하나도 모르는데 채팅방 사람들은 잘 아는사람들이 많아서 음메 기죽었다. (다들 왜듣는거야! ㅎㅎ 이 부지런한 사람들))

 

[참고]

https://stackoverflow.com/questions/44931479/compiling-vs-transpiling

 

Compiling vs Transpiling

While searching about the difference, I came across these definitions: Compiling is the general term for taking source code written in one language and transforming into another. Transpiling is a

stackoverflow.com