C# ASP:NET MVC back end – Change from React Router v4 HashRouter to BrowserRouter results in 404 on refresh – SEO
I'm currently using HashRouter and it works really well. However I would like to be able to use the # on sub routes as well for linking to paragraphs. For example /details#Summary. As a benefit I will also get cleaner…