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
sova-soars-the-sora 2017-11-17T03:21:56.000163Z

I'm very happy to say that after a couple months of my wifi card being busted, I finally got enough focus to order and install a new one, and I'm stoked to use Rum for my next undertaking šŸ˜„

šŸ¦œ 1
denik 2017-11-17T18:38:37.000195Z

Iā€™d like to use react.semantic-ui with rum. Would that break server side rendering?https://github.com/tonsky/rum/blob/gh-pages/src/rum/server_render.clj#L463

denik 2017-11-17T21:20:48.000483Z

Is there a way to add data to a mixin without instantiating the component tree?

sova-soars-the-sora 2017-11-17T22:46:45.000403Z

@denik er, doesn't each component have its own "rum state"? or do you mean something else

jfntn 2017-11-17T23:09:48.000118Z

@sova we were wondering if we could get to that data without instantitating the component

jfntn 2017-11-17T23:12:46.000324Z

(rum/defc label < (my-mixin {:foo :bar}) [] ...)
;; then
(??? label) ;; => {:foo :bar}