reitit

2024-10-23T08:37:37.931769Z

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?

wevrem 2024-10-23T15:29:44.451929Z

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?

2024-10-23T16:58:28.602389Z

I think I may have gotten it working - I calling rfe/start! inside a fn that was being reloaded every code change.

2024-10-23T16:58:36.527079Z

I think I have teased things apart properly now though!