Sync browser navigation with app

This commit is contained in:
Paul Frazee 2023-02-24 17:47:53 -06:00
parent dcd396153c
commit 55a8a8fa4c
5 changed files with 68 additions and 30 deletions

View file

@ -16,6 +16,7 @@ function App() {
view.setup()
setupState().then(store => {
setRootStore(store)
store.nav.bindWebNavigation()
getInitialURL().then(url => {
if (url) {
store.nav.handleLink(url)