Build Process

Now it's time to get out into the world with your React application. Let's learn the build process to deploy the react app.

We'll cover the following...

There are many ways to deploy a React application to production, and many competing providers that offer this service. We’ll keep it simple here by narrowing it down on one provider, after which you’ll be equipped to check out other hosting providers on your own.

Building app for the production stage

So far, everything we’ve done has been the development stage of the application, when the development server handles everything: ...