Thanks. I'll have to take a closer look. There's nothing obviously reactive in my routes. It might be a global onbeforeaction for my router. Is there a way to use iron router progress without it rerunning routes?
Hi there.
Probably you have some reactive in you action or before action. This cause the entire route to re-run.
--
You received this message because you are subscribed to a topic in the Google Groups "meteor-talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meteor-talk/adi3TyyU_Ak/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meteor-talk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meteor-talk/2358caf3-5814-4043-90a4-d97d734a0f22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
onRun: Called when the route is first run. It is not called again if the route reruns because of a computation invalidation. This makes it a good candidate for things like analytics where you want be sure the hook only runs once. Note that this hook won't run again if the route is reloaded via hot code push.
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meteor-talk/CAP4v0bkwJ7STs-Sz1%2BmckeUHxoLQxONWvy1ORX07osqZ7EUp3g%40mail.gmail.com.
Wow. That's perfect. Thanks a lot
To view this discussion on the web visit https://groups.google.com/d/msgid/meteor-talk/CACqjoVmOFi0Wg04RBbZLRDca_vycy6t3raXwD2LrGzrC51sgsg%40mail.gmail.com.