devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
rberger 2020-11-28T00:09:23.010300Z

Just to confirm, everything is working great for me with re-frame, devcards and shadow-cljs. I guess the issues people were having was more if they wanted separate re-frame app-db for individual devcards. I do not have that requirement. The issue of the cards / reagent components updating reactively in both devcards and workspaces, was my own error of not wrapping the hiccup passed to defcard-ng in a function.

1👍