devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2016-10-03T18:41:47.000087Z

Anybody here know if there's a way to force devcards to rerender?

2016-10-03T18:55:09.000088Z

We're using boot-reload + boot-cljs in our project instead of figwheel, and I'm trying to optimize compile times. I can get it to have pretty similar performance to what we'd see in figwheel if I set recompile-dependents false, but the downside is now I can't trigger rerenders of devcards unless I touch the card I'm changing

2016-10-03T19:26:38.000089Z

Okay, not sure if this is a good idea, but just pushing a message over the same channel figwheel seems to talk to seems to force a rerender:

(go (>! devcards.core/devcard-event-chan []))