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
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
3
Q
How do you mount a React app (root component) to the DOM?
A
create.root() method.
.render()
4
Q
What are some other popular frontend frameworks?
A
next.js, angular, bootstrap