URL change event in V14
# package-development
w
Tracking url changes
Should I use the popstate js event or is there something you have done with your own router that I need to listen to when the page url/changes @Jacob Overgaard
j
Our router library patches the history events a little bit so they work. The popstate would be the right one to listen to. You can also listen to the "change" event of any router-slot within your control, if you want to listen to more local route changes.
w
Ok will experiment when next at desk
2 Views