devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2016-09-21T01:48:55.000053Z

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?

2016-09-21T02:12:33.000056Z

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.