Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
7いいね 158 views回再生

Babel Javascript Transpiler and React.js

Babel is a JavaScript transpiler / compiler that includes the ability to compile JSX into regular JavaScript.

Note: Transpiler - compiles code to same level of code / abstraction.

Example:
JavaScript ES6 to JavaScript ES5
JSX to JavaScript and HTML

コメント