React Flashcards
1
Q
What is JSX
A
JavaScript Syntax Extension, a way to write html in JS
2
Q
Why must the React object be imported when authoring JSX in a module?
A
So you can write React functions and to write html in JavaScript
3
Q
What is a React component?
A
A tag that can return elements
4
Q
How do you define a function component in React
A
Function Comp () { context }
5
Q
How do you mount a component to the DOM
A
using jsx,