react-router-component icon indicating copy to clipboard operation
react-router-component copied to clipboard

Support pushstate and hash routes at the same time

Open cgarvis opened this issue 11 years ago • 1 comments

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.

cgarvis avatar Oct 30 '14 14:10 cgarvis

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.

STRML avatar Oct 30 '14 14:10 STRML