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 š
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
Is there a way to add data to a mixin without instantiating the component tree?
@denik er, doesn't each component have its own "rum state"? or do you mean something else
@sova we were wondering if we could get to that data without instantitating the component
(rum/defc label < (my-mixin {:foo :bar}) [] ...)
;; then
(??? label) ;; => {:foo :bar}