react-jsx Flashcards
1
Q
What is JSX?
A
It is a syntax extension to JavaScript
JS plus some stuff
2
Q
Why must the React object be imported when authoring JSX in a module?
A
So that we can create React element.(?)
3
Q
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
A
Babel Loader
Plugins (under web pack.config.js)