React Elements Flashcards
1
Q
What is React?
A
React is a JavaScript library for creating user interfaces.
2
Q
What is a React element?
A
React elements are objects and tell React what you want to see on screen.
3
Q
How do you mount a React element to the DOM?
A
Using the render method of the ReactDOM object.