Closed cormacrelf closed 8 years ago
It looks like I can only listen to dispatches when I manually use alt.router.pushState or alt.router.replaceState. But I can't listen to overall routing activity, which would be much more useful. Is there a reason for nor exporting it?
alt.router.pushState
alt.router.replaceState
it's meant to be updated internally, you use pushState/replaceState to update the router state externally.
It looks like I can only listen to dispatches when I manually use
alt.router.pushState
oralt.router.replaceState
. But I can't listen to overall routing activity, which would be much more useful. Is there a reason for nor exporting it?