react-elements Flashcards

1
Q

What is React?

A

It is a JavaScript library used to build UI components.

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

What is a React element?

A

A React element is a plain object that describes a DOM node and its properties.

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

Using the ReactDom.render( ) method.

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