Fork me on GitHub
#devcards
<
2016-10-03
>
therabidbanana18:10:47

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

therabidbanana18:10:09

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

therabidbanana19:10:38

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 []))