What is React?
React is a javascript front end framework that is used to create UI’s through components that represent different parts of a webpage
What is a React component?
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 do you mount a React app (root component) to the DOM?
create.root() method.
.render()
What are some other popular frontend frameworks?
next.js, angular, bootstrap