dolittle / vanir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hook into navigator/NavigationChanged and History changes and "invalidate" Router when route changes

einari opened this issue · comments

Today when using INavigator or even using the RAW history object directly, the Router will not re-render. It is completely reliant on a <Link/> within the <Router/> or the use of useHistory() hook to be able to change route.

The task is to find a nice way to bridge this gap and make it transparent. It should all just work nicely together.