Fork me on GitHub
#figwheel
<
2019-05-08
>
socksy15:05:48

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

socksy15:05:08

in either figwheel.main or classic figwheel

socksy15:05:12

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