Hacker News new | ask | show | jobs
by albuic 228 days ago
His exemple makes sense... Loading 100kb for a simple page that should/could be static is not fine.
1 comments

React isn't 100kb when compressed (which is how 99% of websites deliver it to clients). IIRC it's 7.4kb when minified and 2.4k when minified+gzipped. That's smaller than typically "small" frameworks like htmx.

In fact, Backbone is 17.7kb minified+g zipped. So I guess other frameworks make less sense than react?