rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
2017-09-22T19:48:53.000020Z

Any idea why {:style {:--test 1}} evaluates to style="--test:1;" in Clojure (server side rendering), but style="-test:1;" in Clojurescript (notice the single hyphen)? Any ideas for a workaround for inline css variables?

2017-09-22T19:52:26.000344Z

I could build a style string using garden, though react won't accept a style string of course.

2017-09-22T20:19:46.000024Z

Oh... Sablono is camel casing

2017-09-22T23:43:30.000049Z

React apparently doesn't support this in the first place. I got partway with #js / cljs->js maps instead, but then React complains.