reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Optimize production CSS to avoid the browser to download dead code

Open clemlesne opened this issue 8 months ago β€’ 1 comments
trafficstars

Describe the enhancement you want

Reduce unused rules from stylesheets and defer CSS not used to decrease bytes consumed by network activity.

PurgeCSS can be used for that. Next.js is supported out of the box.

clemlesne avatar Feb 23 '25 11:02 clemlesne