What is the JavaScript compiler Babel used for?
used to bundle individual JS files for use in your website
converts ECMAScript 2015+ code into backward compatible version of JS to support older browsers
it is a SSR library that can enhance SEO and accessibility of your site
convert older JS code into modern ECMAScript 2015+ code