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
Jacob Overgaard
05/30/2024, 6:47 AM
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.