react-elements Flashcards
1
Q
What is React?
A
A JavaScript library for building user interfaces; framework to help us build and manage ui’s
2
Q
What is a React element?
A
The basic building block in a react application, it is an object representation of a virtual DOM node
3
Q
How do you mount a React element to the DOM?
A
Call the render method of the root object to mount your React element to the DOM