I'm looking at integrating this with plain React + Hooks. So I'm, at the moment, missing the reactive bits that I would use to fill in :ratom and :make-reaction.
I could easily use the reagent plugin and wire it up to execute React updates on reset, but I'd rather not depend on reagent at all.
Is it possible to just use posh's posh.lib.ratom? I see it's used mainly for CLJ, but AFAICT it seems to be a full implementation in CLJS as well. Can anyone confirm it would suffice?
I'm looking at integrating this with plain React + Hooks. So I'm, at the moment, missing the reactive bits that I would use to fill in
:ratomand:make-reaction.I could easily use the reagent plugin and wire it up to execute React updates on reset, but I'd rather not depend on reagent at all.
Is it possible to just use posh's
posh.lib.ratom? I see it's used mainly for CLJ, but AFAICT it seems to be a full implementation in CLJS as well. Can anyone confirm it would suffice?