jsx Flashcards
1
Q
What is JSX?
A
a syntax extension to JavaScript
2
Q
Why must the React object be imported when authoring JSX in a module?
A
JSX get’s converts react element to read only calls
3
Q
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
A
installing the plugin transform-react-jsx