Hacker News new | ask | show | jobs
by aeonfr 330 days ago
The whole block about performance is just… not correct? Tailwind, and atomic CSS libraries, scale better, not worse! Look at how facebook leverages atomic CSS to reduce CSS by 80% https://devmohit.medium.com/facebook-generating-atomic-css-t...

Even if we consider small codebases, the examples OP shows seem to ignore Zip compression and how it works, which is ironic for someone who is arguing about performance as if it could be measured only in bundle size…

1 comments

I would not expect compression to help performance in the browser??

Bytes transferred, sure, but that's not what OP is talking about