I have a website built with react, which uses react-router. For some route I want to serve another page or static file, but since all request are forwarded to react router, its
If you need /terms to redirect to /terms.html, the code below worked for me with react-router 3.x.
/terms
/terms.html
const reload = () => window.location.reload(); } /> } />