Use the React Production Build

InstructorTyler Clark

Share this video with your friends

Send Tweet

React has different builds for different environments. When working locally or in stages it can be useful to use the development version of React. However, this version is not as performant as the production build. Let’s utilize the dev build within our package.json and make sure we build with the production build when deploying to prod.