Hey I know somebody was talking about doing a rum plugin, I don't know if that somebody is still working on it?
I don't have time to do it at the moment, but while looking at the internals of posh and rum I'm pretty sure you need to:
- Add a
{:react deref} entry to dcfg in posh.reagent.
- Duplicate
posh.reagent as posh.rum. Replace :make-reaction with calls to rum/build-defc using the rum/reactive mixin. set {:react rum/react :ratom atom}
- Update all
@ and derefs of ratoms in plugin_base.cljc with ((:react dcfg) some-ratom)
Hey I know somebody was talking about doing a rum plugin, I don't know if that somebody is still working on it?
I don't have time to do it at the moment, but while looking at the internals of posh and rum I'm pretty sure you need to:
{:react deref}entry todcfginposh.reagent.posh.reagentasposh.rum. Replace:make-reactionwith calls torum/build-defcusing therum/reactivemixin. set{:react rum/react :ratom atom}@andderefs of ratoms inplugin_base.cljcwith((:react dcfg) some-ratom)