Fork me on GitHub
#helix
<
2022-05-19
>
geraldodev00:05:54

Thank you for pointing me to js-obj. Its not incorporated on my vocabulary. It's very low level for my usecase. In stitches they have entire css definitions as an object. The translation of the button would be https://gist.github.com/geraldodev/5797a3fb28f6dc28549ab2e58a4cf8ba It's a aesthetics thing for me it more pleasant to work with clojure map, a lot of #js or nested js-obj would clutter the output. I'm using keyword as keys as they use in stitches because the applied colors favors the visualization.

geraldodev00:05:25

The js-obj is nice if I could make a (js-obj-lit &content ) It would be just benefits.

lilactown16:05:41

aren't you going to run into the same key ordering issues with those nested maps inside the vector passed to j/lit ?

lilactown16:05:54

I'm guessing they're not big enough to run into issues yet