Initial entries in browser history
Is it possible/feasible to allow
My use case is that we rely on
I was wondering if I could create my own history tracker stored in
initialEntries in the createBrowserHistory function params? Same thing that already exists in createMemoryHistory.My use case is that we rely on
useCanGoBack to display back buttons inside of the application, but a page reload causes the router to lose its internal history stack.I was wondering if I could create my own history tracker stored in
sessionStorage that would populate the initialEntries, but it's not supported as an option right now.