Fork me on GitHub
#rum
<
2017-11-17
>
sova-soars-the-sora03:11:56

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 😄

denik18:11:37

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

denik21:11:48

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

sova-soars-the-sora22:11:45

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

jfntn23:11:48

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

jfntn23:11:46

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