개발 이야기/JavaScript

Babel - Typescript - React

석구석구 2021. 2. 19. 13:27

babel + ts + react 트랜스파일링과 번들에 관한 설명은 아래 링크에 가장 훌륭하게 요약되어 있다.

 

github.com/Microsoft/TypeScript-Babel-Starter

 

microsoft/TypeScript-Babel-Starter

A sample setup using Babel CLI to build TypeScript code, and using TypeScript for type-checking. - microsoft/TypeScript-Babel-Starter

github.com

 

'개발 이야기 > JavaScript' 카테고리의 다른 글

리코일을 이용한 비동기 처리  (0) 2022.09.08
웹 워커와 서비스 워커  (0) 2021.11.28
Rxjs 기본  (0) 2020.08.24
@storybook/react  (0) 2020.06.02
ECMAScript2016 & ECMAScript2017 소개  (0) 2020.05.21