DEV Community

Discussion on: 8 React Performance Tricks: Make your app blazing fast!

Collapse
 
sanderdebr profile image
sanderdebr

Thanks! While you are developing your app in your local development server, React includes many helpful warnings. These warnings are very useful in development. However, they make React larger and slower so you should make sure to use the production version when you deploy the app. See: reactjs.org/docs/optimizing-perfor...