Sync browser navigation with app
This commit is contained in:
parent
dcd396153c
commit
55a8a8fa4c
5 changed files with 68 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue