logoalt Hacker News

9rx07/30/20253 repliesview on HN

> fast is easily left behind when looking for frameworks.

Nah. React, for example, only garnered attention because it said "Look how much faster the virtual DOM is!". We could go on all day.

> People want features, people want compatibility

Yes, but under the assumption that it is already built to be as "fast" as possible. "Fast" is assumed. That's why "faster" is such a great marketing trick, as it tunes people into "Hold up. What I'm currently using actually sucks. I'd better reconsider."

"Fast" is deemed important, but it isn't asked for as it is considered inconceivable that you wouldn't always make things "fast". But with that said, keep in mind that the outside user doesn't know what "fast" is until there is something to compare it with. That is how some products can get away with not being "fast" — until something else comes along to show that it needn't be that way.


Replies

timeon07/30/2025

Isn't React one of the slower frameworks?

https://krausest.github.io/js-framework-benchmark/current.ht...

show 1 reply
NohatCoder07/31/2025

It is only fast compared to a really dumb baseline. But you are right that the story of React being fast was a big part of selling it.

PaulHoule07/30/2025

"Look how quickly it can render the component 50 times!"

show 1 reply