cool project :)
there are certainly much faster frameworks than React these days (though most will require a JS/browser env).
https://krausest.github.io/js-framework-benchmark/current.html
i'm not sure about the advertised performance claims here, however.
ImGUI in the browser suffers from the same idle perf issues, see this ImPlot demo: epezent/implot#183 (comment)
i think there's a way to mitigate this somewhat by suspending the render loop or something, but dunno how this works out in real life.


cool project :)
there are certainly much faster frameworks than React these days (though most will require a JS/browser env).
https://krausest.github.io/js-framework-benchmark/current.html
i'm not sure about the advertised performance claims here, however.
ImGUI in the browser suffers from the same idle perf issues, see this ImPlot demo: epezent/implot#183 (comment)
i think there's a way to mitigate this somewhat by suspending the render loop or something, but dunno how this works out in real life.