'2019/01/10'에 해당되는 글 3건

  1. 2019.01.10 react.js 2
  2. 2019.01.10 js import babel transpiler
  3. 2019.01.10 js class extend
Programming/react.js2019. 1. 10. 18:54

회사에서 다른 팀이 react 쓴대서 한번 조사.

그나저나..  typescript 이후로 무언가 변환을 해서 쓰는게 유행인건가..


[링크 : https://velopert.com/3613]

[링크 : https://blog.coderifleman.com/2015/06/23/learning-react-1/]

[링크 : https://www.inflearn.com/course/reactjs-web/]

[링크 : https://www.w3schools.com/whatis/whatis_react.as]


[링크 : https://reactjs.org/]

[링크 : https://devhints.io/react]

'Programming > react.js' 카테고리의 다른 글

react import {}  (0) 2019.01.31
react html to jsx  (0) 2019.01.29
webpack react  (0) 2019.01.28
react.js tutorial  (0) 2019.01.28
react.js + spring  (2) 2019.01.28
Posted by 구차니

자바 스크립트 문법이 아니라 자바 문법인줄 알았는데

js에도 import나 class나 extend가 있을 줄이야..


아무튼 찾아보니 ES5랑 ES6 에서 지원하는게 다르다 보니

ES5에 ES6을 지원하기 위해서라도 Typescript 등과 같은 변환용 무언가가 필요한 듯?

[링크 : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/import]

[링크 : https://jeong-pro.tistory.com/122]


소스를 다른 소스로 변경하는 녀석들을 이렇게 표현하는 듯

 A source-to-source compiler, transcompiler or transpiler

[링크 : https://en.wikipedia.org/wiki/Source-to-source_compiler]

'Programming > javascript & HTML' 카테고리의 다른 글

HTML video 태그 loop 와 webalizer hit  (0) 2019.02.28
자바 스크립트 다시 공부 - 이벤트 관련  (0) 2019.02.28
js class extend  (0) 2019.01.10
img vertical-align  (0) 2018.12.28
css text-indent  (0) 2018.12.28
Posted by 구차니

'Programming > javascript & HTML' 카테고리의 다른 글

자바 스크립트 다시 공부 - 이벤트 관련  (0) 2019.02.28
js import babel transpiler  (0) 2019.01.10
img vertical-align  (0) 2018.12.28
css text-indent  (0) 2018.12.28
localstorage sessionStorage  (0) 2018.12.18
Posted by 구차니