Describe the question
Modular 6 had a handy Modular.to.addListener to listen to the global navigation change. I understand we have the reactive context.routeState() but this only fires when the widget is rebuilt rather than as a constant stream.
Is there a preferred equivalent of .addListener?
Expected behavior
A clear description of how to listen for a global navigation change listener
Describe the question
Modular 6 had a handy
Modular.to.addListenerto listen to the global navigation change. I understand we have the reactive context.routeState() but this only fires when the widget is rebuilt rather than as a constant stream.Is there a preferred equivalent of .addListener?
Expected behavior
A clear description of how to listen for a global navigation change listener