react-router-component
react-router-component copied to clipboard
Support pushstate and hash routes at the same time
It would be nice if we could use both instead of either or. Example being if one person doesn't support pushstate and sends a url to someone that does.
I agree. Happy to take any PRs for this. Should be as simple as munging a bit when trying to figure out the initial route.