What is JSX?
syntax extension of JS, describes what UI should look like
Why must the React object be imported when authoring JSX in a module?
so Babel can compile it to JS used in browser (React.createElement)
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
@babel/plugin-transform-react-jsx