Fork me on GitHub
#devcards
<
2016-09-21
>
eyelidlessness01:09:55

using defcard-rg with an initial state, i'd expect to get a reagent.ratom/RAtom, but i get a cljs.core/Atom instead. am i doing something wrong? can i make it give me an RAtom?

eyelidlessness02:09:33

i'm working around this by creating an ratom and two watches (each setting the state of the other), but it feels wrong and i feel bad about it.