Deploy your App

In this lesson, we'll see how the free hosting service Heroku is used to deploy a React application

We'll cover the following...

No application should stay on localhost; eventually, it has to go live to see how it will perform in real-life scenarios. Heroku is a platform as a service where you can host your application, and it offers seamless integration with React. Specifically, it’s possible to deploy a create-react-app in minutes, with a a ...