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
martinklepsch 2021-02-22T12:06:47.001300Z

In Rum is there a way to set a raw class attribute on an element without it getting converted to className?

martinklepsch 2021-02-22T12:07:05.001400Z

Figured it out: use a string "class" key and it works 👌

2021-02-22T19:10:02.001600Z

yep, string keys are not transformed