How do I use aurelia-store to keep track of navigation?

I’d like to be able to use aurelia store to track all of the state changes in the app, this includes things like navigating to another page. How can I do this? why doesn’t aurelia store do this by default?

1 Like

I’d like to point out once more the samples repo that also contains the Contacts app using the store. Take a look here to see how the Router events are used to do that https://github.com/zewa666/aurelia-store-examples/blob/master/contacts/src/app.js

2 Likes