helix

https://github.com/Lokeh/helix
dominicm 2020-05-27T13:01:18.046300Z

https://github.com/Lokeh/helix/blob/3ab38056127cc6945cd0b3a936d1ac0bcccdc532/src/helix/core.cljs#L108 this check is a problem for passing through js objects to factory functions. I'll probably just use the render-type version for now, but it's not documented I think

dominicm 2020-05-27T13:02:30.046500Z

There are things for detecting if something is a react element or not by looking for certain keys

lilactown 2020-05-27T14:50:07.046800Z

if you’re using factory functions, then you should pass it maps

lilactown 2020-05-27T14:52:28.047400Z

you can wrap the JS object in a bean if you like

lilactown 2020-05-27T22:18:22.047900Z

helix looking much better in the js-framework-benchmark tests 😄 https://krausest.github.io/js-framework-benchmark/current.html

lilactown 2020-05-27T22:18:47.048500Z

I’m specifically comparing it to react-hooks implementation

lilactown 2020-05-27T22:19:33.049Z

for some reason “select row” is still rough but can’t spend much more time on it