react-jsx Flashcards
1
Q
What is JSX?
A
A syntax extension to JavaScript that produces React “elements”
2
Q
Why must the React object be imported when authoring JSX in a module?
A
JSX is just syntactic sugar for react.createElement calls.
3
Q
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
A
Use a loader (not sure on this one)