React-Intro Flashcards

1
Q

What is React?

A

React is a javascript front end framework that is used to create UI’s through components that represent different parts of a webpage

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

What is a React component?

A

A react component is a javascript function that can be used to create parts of the UI and provide logic and styling to the component

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

How do you mount a React app (root component) to the DOM?

A

create.root() method.
.render()

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

What are some other popular frontend frameworks?

A

next.js, angular, bootstrap

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