Great react lazy loading results after switching f...
# react
m
Great react lazy loading results after switching from
commonJS
to
es2015
(per file compilation). 🎉 Our results, gzipped (Campus-QR): • Without lazy loading: ◦ Development: 6.9 MB ◦ Production: 1.01 MB • With lazy loading: ◦ Development: 3.3 MB ◦ Production: 0.32 MB So depending on the application, this can be a very good solution to improve initial load times. Anyway, that’s some impressive initial load speedup. Thanks for making this possible, @turansky et al.
😀 3
âž• 3
🎉 5
The referenced branch above is now merged, so for anyone who’s interested, just check out the master branch of CampusQR.
✅ 1
👀 1