What is JSX?
a syntax extension to JavaScript
JSX produces React “elements”. Lets you put XML into the JavaScript code.
Why must the React object be imported when authoring JSX in a module?
This only applies for older version of React
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
@babel/plugin-transform-react-jsx
in devDependencies