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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly