monorouter
monorouter copied to clipboard
Browser support?
I did not see it mentioned in the docs does it have hash support for non pushstate browsers?
monorouter was built with server-side rendering in mind, so the behavior for those browsers (with the default history implementation) is to just fall back to standard browser behavior. It should be possible to write another history implementation to use fragments (and the API supports plugging those), but we haven't.