Components are: The main building blocks of React. React exist to help you create components and then also have those components comunicate, pass data, pass information and methods between one another. There is a paragraph in React documentation that says: Components let you split the UI into independent, reusable pieces,Read More →

Create-React-App is a utility script that: Creates a skeleton React project with a bunch of files and folders, already there for us, a bunch of settings configured automatically right out of the gate. Sets it up so that Js files are run throughout Babel automatically, so we dont have toRead More →