Fork me on GitHub
#helix
<
2020-05-27
>
dominicm13:05:18

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

dominicm13:05:30

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

lilactown14:05:07

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

lilactown14:05:28

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

lilactown22:05:22

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

lilactown22:05:47

I’m specifically comparing it to react-hooks implementation

lilactown22:05:33

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