You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 todcfg
inposh.reagent
.posh.reagent
asposh.rum
. Replace:make-reaction
with calls torum/build-defc
using therum/reactive
mixin. set{:react rum/react :ratom atom}
@
andderef
s of ratoms inplugin_base.cljc
with((:react dcfg) some-ratom)
The text was updated successfully, but these errors were encountered: