Babel (2) 썸네일형 리스트형 Parcel 사용방법(+babel, autoprefixer, degit) 번들러란? 더보기 쉽게말해서 리액트,scss등으로 작업한 결과물을 html, css, js로 변환해주는것 번들러중에는 Parcel이라는 번들러가 있고 웹팩 번들러에 비해 정해져있는편이라 소형프로젝트를 할때 유용하다. 바벨? 더보기 Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript that can be run by older JavaScript engines. Babel is a popular tool for using the newest features of the Jav.. [패스트캠퍼스 수강 후기] 프론트엔드 인강 100% 환급 챌린지 17회차 미션 패스트캠퍼스 프론트엔드 인강 16일차 리액트 JSX규칙을 배우고 props를 통해 컴포넌트에 값을 전달하는방법을 배웠다. JSX jsx문법은 리액트에서 컴포넌트의 생김새를 정의하는 문법 html같지만 자바스크립트이다. 바벨도구를이용해 xml이 자바스크립트로 변환된다. https://babeljs.io/ Babel · The compiler for next generation JavaScript The compiler for next generation JavaScript babeljs.io 바벨홈페이지에서 try it out 메뉴를 누른후 jsx를 다음과 같이 타이핑해보자 ( hello,React ) React안에는 createElement라는 함수가 있는데 이것을 통해 컴포넌트를 만든다. 하지만 매번 .. 이전 1 다음