Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Using Create React App

Why Create React App?

In React Basics, you started to build the scoreboard app using the CDN links to help you focus on learning React, without having to worry about installing and running any tools.

The CDN-based approach is not useful in a production environment as soon as you start using JSX. For instance, we used Babel directly in the browse...