DEV Community

Discussion on: How to speed up a Web App loading time by 10x faster!

Collapse
 
023prashantsharma profile image
023PrashantSharma

So as i understand
From tradition.html,.css,.js we make only bubdle.js file in react similar like webpack does and then we compress that file using gzipper npm module then send to browser for loading all pages at once as traditional react.
Is it right?

Collapse
 
mtwn105 profile image
Amit Wani

Yeah correct. Browsers supports gzipped files so we send them compressed versions for faster loading speeds