What is JSX?
It is a syntax extension to JavaScript
JS plus some stuff
Why must the React object be imported when authoring JSX in a module?
So that we can create React element.(?)
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
Babel Loader
Plugins (under web pack.config.js)