Fork me on GitHub
#luminus
<
2019-05-27
>
dangercoder11:05:14

With Luminus, Re-frame and Reitit, let's say that when I go to a route I want to fire a couple of events. Are there any examples of how to do that?

ikitommi11:05:57

there is also https://github.com/ingesolvoll/kee-frame which has controllers, bit different. Original pattern from Keechma 🙇

ikitommi11:05:20

controllers are statefull, entering a route will call :start of all registered controllers, navigating away calls :stop. there is tracking of the loaded controllers in app state, so only effective diff between route controllers is applied.

ikitommi11:05:14

#kee-frame & #reitit has usually people to help on those.

dangercoder11:05:18

Thanks for the guidance @ikitommi!