figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
socksy 2019-05-08T15:56:48.008600Z

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

socksy 2019-05-08T15:57:08.009Z

in either figwheel.main or classic figwheel

socksy 2019-05-08T15:58:12.009700Z

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