I have googled quite some bit, but I didn't find a clear answer to the following question: What is the difference between hashHistory and browserHistory in react-router?
The basic difference is that the hashHistory uses URLs like: http://myurl.com/#page/another_page/another_page
With BrowserHistory you get normal urls (no hash): http://myurl.com/page/another_page/another_page
1.4m articles
1.4m replys
5 comments
57.0k users