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
コメント