logoalt Hacker News

fijiaarone04/02/20251 replyview on HN

You’ll add at least 100kb of text for class names styling each HTML element using tailwind.


Replies

troupo04/02/2025

Since those class names are repeated, they will be gzipped to a very small size. And on top of that browsers/devices are much happier about HTML sizes than about JS sizes. See Performance Inequality Gap: https://infrequently.org/2024/01/performance-inequality-gap-...