is there any concept of a way to hook code in on eval’ing a cljs form? I’d love to be able to put in a (app-rerender)
style call
in either figwheel.main or classic figwheel
I figured that maybe if I could do something when setting up the piggieback repl, then I could do something akin to making nrepl middleware, but I’m a bit lost tbh