What is JSX?
JSX is syntactic sugar for react that produces react elements - and also uses camelCasing
Why must the React object be imported when authoring JSX in a module?
when you are using a react object directly you will import react
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
You can have a Babel Loader with the react plugin