interesting read https://dev.to/bytebodger/default-props-in-react-typescript-2o5o it's from this issue that I have been following: https://github.com/reactjs/rfcs/pull/107#issuecomment-646795166
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?
https://github.com/favila/crinkle found it
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
maybe
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