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
grounded_sage 2019-02-07T05:13:51.052900Z

Is there a reactify-component equivalent in Rum? http://reagent-project.github.io/docs/master/reagent.core.html#var-reactify-component

mattly 2019-02-07T05:50:05.053500Z

Wow that is entirely unusable on mobile

mattly 2019-02-07T05:50:17.054Z

Iirc you should be able to use the component directly

grounded_sage 2019-02-07T07:32:22.055200Z

I'm wanting to use Rum components within vanilla React. @mattly not sure how to do it as most of the ways I am trying is not working.

grounded_sage 2019-02-07T09:31:40.056100Z

Yea I am stumped haha. If anyone can shed some light on how one would go about that I would greatly appreciate it 🙂

grounded_sage 2019-02-07T09:34:07.057800Z

I am using Shadow-cljs to integrate with existing project. Got Reagent working with it fine by using reactify-component but I am not sure how I can achieve this with rum.