Eject

The last chapters will show you how to deploy your application to production. We will uncover more about how to deploy applications in the create-react-app in this lesson.

We'll cover the following...

The following knowledge is not necessary to deploy your application to production, but it still bears mentioning. create-react-app comes with one feature to keep it extendable, but also to prevent a vendor lock-in. A vendor lock-in usually happens when you buy into a technology but there is no escape hatch ...