What is Babel


As we all know JSX is more powerful and flexible than writing js.But the Browsers won't understand JSX unless it converted in to JS . So we can simply define Babel as a powerful JSX(Java Script XML) to JS(Java Script) converter.Uses of babel can be listed as below.

  • Transform syntax
  • Polyfill features that are missing in your target environment
  • Source code transformations (codemods)

Comments

Popular Posts