React-elements Flashcards
1
Q
What is React?
A
Js Library to build user interfaces or UI components
2
Q
What is a React element?
A
they describe what you want to see on the screen.
Also the smallest building blocks of react apps.
It is an object that react uses (definition answer).
3
Q
How do you mount a React element to the DOM?
A
ReactDOM.render(element, container, callback)