Production Build

After you have finalized your codes and are ready for deployment to production, remember to switch to production-ready versions of React:


RESETRUNFULL
<script src="https://unpkg.com/react@17/umd/react.production.min.js"></script><script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"> </script>

If you are using Create React App, create a production build of your project:

npm run build