Client Router needs to identify the initial route
Closed this issue · 0 comments
joeybaker commented
- for some tracking with GA to not track the first page view (happens automatically)
- always read the bootstrapped data when hitting the initial route if necessary
Could maybe store window.location.pathname
on init, then check if the route matches this for each data load?