helix

https://github.com/Lokeh/helix
Lucy Wang 2020-05-03T00:14:00.112300Z

The js-framework-bench results has been updated with helix (as well as reagent 0.10) https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html

👏 4
✔️ 2
dominicm 2020-05-03T07:22:39.114Z

Interesting results. Helix is clearly faster than reagent, but not by much. Seems worth an investigation into what's happening there.

Aron 2020-05-03T08:18:11.114300Z

this table is a bit too large for my taste 😄

martinklepsch 2020-05-03T09:23:55.115400Z

Hey @lilactown just wanted to let you know that helix (and all projects using string requires for JS packages) are now properly supported on cljdoc https://cljdoc.org/d/lilactown/helix/0.0.10

👍 2
👏 1
🙏 1
🎉 1
lilactown 2020-05-03T16:46:52.116900Z

I think there's probably some improvements that could be made to the helix code in the benchmark, but don't have time to dig in atm

lilactown 2020-05-03T16:47:22.117500Z

I'm less interested in how we compare to reagent, and more interested in how we compare to React + Hooks

lilactown 2020-05-03T16:48:09.117900Z

there's def improvements to be made to helix as well