DEV Community

Discussion on: How we reduced our initial JS/CSS size by 67%

Collapse
 
goenning profile image
Guilherme Oenning

We only lazy load the css from the page splitting. But our main css bundle is always loaded synchronously. My understanding is that when lazy loading the whole css, if there’s a delay to download it, the user will first see an ugly and broken layout