mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
committed by
Saransh Kataria
parent
8803c6375b
commit
cda11db7eb
@@ -110,7 +110,7 @@ Commonly, you might want to display React components in multiple places on the H
|
||||
|
||||
### Tip: Minify JavaScript for Production {#tip-minify-javascript-for-production}
|
||||
|
||||
Before deploying your website to production, be mindful that unminifed JavaScript can significantly slow down the page for your users.
|
||||
Before deploying your website to production, be mindful that unminified JavaScript can significantly slow down the page for your users.
|
||||
|
||||
If you already minify the application scripts, **your site will be production-ready** if you ensure that the deployed HTML loads the versions of React ending in `production.min.js`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user