React JSX Flashcards

1
Q

What is JSX ?

A

JSX is a JavaScript Extension Syntax used in React to easily write HTML and JavaScript together.

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

What tool do we use to convert JSX to a format the browser can understand?

A

Babel which is a JavaScript compiler/transpiler

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

What does JSX get converted into? clue - there are 2 conversions.

A

JSX is converted to a React.createElement call and it’s then converted to its object representation.

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