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
ddrbt 2018-05-04T19:49:39.000337Z

I'm trying to create a recharts component in a Rum UI and I'm getting an error from Sablono about React.createClass not being a function. Is this the right place to ask about that?

ddrbt 2018-05-04T19:53:53.000409Z

(A minimal example)

ddrbt 2018-05-04T20:09:35.000174Z

(into [:ul]
  (for [item @some-items]
    ^{:key item} [:li item]))