monorouter icon indicating copy to clipboard operation
monorouter copied to clipboard

Browser support?

Open cdekok opened this issue 10 years ago • 1 comments

I did not see it mentioned in the docs does it have hash support for non pushstate browsers?

cdekok avatar Feb 24 '15 21:02 cdekok

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.

matthewwithanm avatar Feb 24 '15 23:02 matthewwithanm