react 2020-06-20

Not read yet, but if key was separate from props, then you can just pass around clojurescript data structures as the props. No conversions needed.

The crinkle library already does this under the hood.

crinkle library?

I believe there is a newer JSX API that does separate the key from the props object you pass in

I don't know what it does under the hood, if it merges things together or not

oh it was linked above

@lilactown will be great for performance in helix

yeah, we might be able to get rid of the whole props rewriting bits

at the least it will mean that we can do less work preventing apply

Yeah, that'd be awesome.

luv2rmcode

I just keep wishing that map construction was faster