We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the tutorial, you say you are going to use browserHistory, but in the demo and github app, you prefer hashHistory https://github.com/fullstackio/yelp-clone/blob/master/src/app.js#L9
The text was updated successfully, but these errors were encountered:
We can go either way. The hashHistory is our preferred routing as it supports IE browsers and doesn't require to have a server than handles assets.
hashHistory
Can definitely update the hashHistory v.s Browser history . Anyone have a preferred model for attack?
Sorry, something went wrong.
No branches or pull requests
In the tutorial, you say you are going to use browserHistory, but in the demo and github app, you prefer hashHistory https://github.com/fullstackio/yelp-clone/blob/master/src/app.js#L9
The text was updated successfully, but these errors were encountered: