-1

How to remove the hash from the url in react-router

  • You need to clarify and further explain your question in order to receive a proper answer. – Gui Herzog Feb 04 '18 at 11:43
  • Possible duplicate of [How to remove the hash from the url in react-router](https://stackoverflow.com/questions/35181989/how-to-remove-the-hash-from-the-url-in-react-router) – Prakhar Agarwal Feb 04 '18 at 12:05

1 Answers1

0

Generally you'll have to use the browserHistory instead of hashHistory in ReactRouter, but then the difficulty comes in the ASP.NET side of things. A quick google pulled up this tutorial.

tenor528
  • 1,120
  • 13
  • 20