How can I store navigation and clicks (the router state changes) with aurelia store? Why doesn't it do this out of the box?
Asked
Active
Viewed 46 times
3
-
Well, it's hard to answer your Q. I don't think aurelia store should make the assumption that all apps will use the router. For that reason, I think it shouldn't try to store anything by default. For your Q, maybe you can use the router events here to hook into the router to do your own stuff? – bigopon Feb 25 '20 at 12:36