What does HackerNews think of inferno?
:fire: An extremely fast, React-like JavaScript library for building modern user interfaces
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.
This seems smaller in footprint, but does it also win in runtime performance and stability?
[0] https://github.com/infernojs/inferno
the obvious thing everyone wants to know [and is not addressed] is why someone would use this over Preact [1] or Inferno [2]?