Topics


Pages


Content

Key links

Uncategorized Links

  • Babel REPL
    • on the website, this tool let’s you do live conversion of JSX, TS, etc. to plain JS.

Babel is a JavaScript compiler.

Use next generation JavaScript, today.

This can do a lot and the site covers it well.

  • Transpile TS to plain JS.
  • Transpile JSX to plain JS.
  • Transpile modern JS (like ES6) to older JS (like before ES5), for compatibility with older browsers. Warning, this can be your files larger and slower.