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