What is JSX?
JSX stands for JavaScript XML. JSX makes it easier to write and add HTML in React.
Why must the React object be imported when authoring JSX in a module?
React is required to read JSX.
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
By installing the babel-loader.