mogwai
mogwai copied to clipboard
Add mogwai benchmark to the JS framework benchmark
The JS framework benchmark is the gold standard for DOM frameworks, it already has several dozen frameworks (including many Rust frameworks). So it would be great to see how mogwai compares.
That's a great idea. I'll dig in when I can.
Could you add SolidJS to the benchmarks I guess it's the gold standard in perf right now https://github.com/ryansolid/solid
@matthewharwood - so far it looks like solid is doing something funky in terms of event listening. I'm still digging into its todomvc implementation but if one cannot add todos by firing events from javascript then it simply may not be possible. We'll see.
The author of solid is extremely active on GitHub issues. Maybe ping him and I'm sure he'll offer his help!
I'm also curious about how solidJS fares against mogwai.
This is done(ish). https://github.com/krausest/js-framework-benchmark/pull/1171