It seems close to https://octanejs.dev/
React’s programming model, compiled.
The successor to Inferno, built around the same focus on performance. It brings React’s hooks, Suspense, and actions to a compiler-first architecture.
No virtual DOM, rules of hooks, or dependency arrays you have to maintain yourself. The compiler tracks what your code uses automatically.
Also do you have any benchmark like https://krausest.github.io/js-framework-benchmark/current.ht...