Closed jayalfredprufrock closed 3 years ago
As of now, mobx-router forces you to use html5history routing w/ pushState, however this isn't always desirable with SPA or when using Electron.
Would you accept a pull request that provides an option to switch to hash-based routing which would then use setRoute instead of pushState?
https://github.com/kitze/mobx-router/issues/7
Done in #98
As of now, mobx-router forces you to use html5history routing w/ pushState, however this isn't always desirable with SPA or when using Electron.
Would you accept a pull request that provides an option to switch to hash-based routing which would then use setRoute instead of pushState?