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
2019-02-08T14:43:40.058800Z

@grounded_sage Same problem than you

2019-02-08T15:19:26.059500Z

@grounded_sage I found that (:rum/class (meta some-rum-component))

2019-02-08T15:20:08.060100Z

returns a React component, but no idea how to call it (at least in my specific use case)

2019-02-08T15:51:40.060400Z

Well, tonsky told me https://github.com/tonsky/rum/issues/186

grounded_sage 2019-02-08T19:43:51.060600Z

@djebbz cool thanks. I will have to play around and see if that works. Might be the deref thing you mentioned that I was not getting.