What is Babel?
Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
What is Babel?
also called add-on or extension
What is a Webpack loader?
Loaders are transformations that are applied to the source code of a module
How can you make Babel and Webpack work together?
babel loader
How do you mount a component to the DOM?
with const element
with root.render(element)
What are props in React?