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
There are things for detecting if something is a react element or not by looking for certain keys
if you’re using factory functions, then you should pass it maps
you can wrap the JS object in a bean if you like
helix looking much better in the js-framework-benchmark tests 😄 https://krausest.github.io/js-framework-benchmark/current.html
I’m specifically comparing it to react-hooks implementation
for some reason “select row” is still rough but can’t spend much more time on it