What is JSX?
JSX is a syntax extension to JavaScript used with React to describe what UI should look like.
Why must the React object be imported when authoring JSX in a module?
Otherwise after babel converts your code from jsx your create element methods will be undefined.
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
Babel loader