STRML / react-router-component

Declarative router component for React.
http://strml.viewdocs.io/react-router-component
MIT License
872 stars 94 forks source link

Support pushstate and hash routes at the same time #99

Open cgarvis opened 10 years ago

cgarvis commented 10 years ago

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.

STRML commented 10 years ago

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.