React is a javascript library that is used to produce html that is shown to the user in a browser

When we write react code we are writing components/view , snippets, of code that produce HTML

We nest these components together to produce complex application

A component is a collection of JS functions that produce html

Creating a new react project