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