▲ | nicce 3 days ago | |||||||
Yeah, but my point is that you download the runtime and core of React/Tailwind just once for the whole web page and those should be removed from the test, or at least there should be comparison which includes the both cases. You only need couple images on your webpage and that runtime size becomes soon irrelevant. So the question is, that how much overhead are React/Tailwind CSS adding beyond that initial runtime size? If I have 100 different buttons, is it suddenly 10 000 kilobytes? I think it is not. This is the most fundamental issue on all the modern web benchmarking results. They benchmark sites that are no reflecting reality in any sense. These frameworks are designed for content-heavy websites and the performance means completely different thing. If every button adds so much overhead, of course that would be a big deal. But I think they are not adding that much overhead. | ||||||||
▲ | mvdtnz 3 days ago | parent [-] | |||||||
> Yeah, but my point is that you download the runtime and core of React/Tailwind just once for the whole web page and those should be removed from the test, or at least there should be comparison which includes the both cases. You think a test that is comparing the size of apps that use various frameworks should exclude the frameworks from the test? Then what is even being tested? | ||||||||
|