What does HackerNews think of inferno?

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

Language: JavaScript

#17 in React
Inferno.js uses VDOM https://github.com/infernojs/inferno and is faster than Svelte according to these benchmarks https://krausest.github.io/js-framework-benchmark/2023/table.... Sooo, VDOM can improve performance?
I think it's a good idea to include ones that stands out from rest of the pack.

https://github.com/sveltejs/svelte and https://github.com/ryansolid/solid stands out by being the only 2 that are compiled to standard js, so no framework is loaded at runtime.

Speed is important too and https://github.com/infernojs/inferno (and solid above) is well known for speed and is backed by benchmarks.

Not sure if you want to add more beyond this point since a few more will push the boundary to just include everything which is over 100 nowadays.

How does this compare to Inferno, which you can also use JSX and Hyperscript with - https://github.com/infernojs/inferno

This seems smaller in footprint, but does it also win in runtime performance and stability?

Seamlessly switched from react to infernojs[0] a year ago. The only difference is that the apps are way faster now in infernojs while providing me with more optimization options as jsx properties[1]. Also their support channel in slack is great[2].

[0] https://github.com/infernojs/inferno

[1] https://infernojs.org/docs/guides/optimisations

[2] http://infernojs.slack.com

ok, i'll be "that guy".

the obvious thing everyone wants to know [and is not addressed] is why someone would use this over Preact [1] or Inferno [2]?

[1] https://github.com/developit/preact

[2] https://github.com/infernojs/inferno