I'm using reitit on the front-end along with shadow-cljs, and I'm trying to avoid having my controllers re-do a lot of work with every code change ... is there a normal approach to this?
What is your current approach? I’m also using reitit and shadow and my controllers don’t run on code changes, only when navigating to/fro specific routes. What is it that you are seeing?
I think I may have gotten it working - I calling rfe/start! inside a fn that was being reloaded every code change.
I think I have teased things apart properly now though!