Anybody here know if there's a way to force devcards to rerender?
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
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 []))