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
How about simply put your statics files like sitemap.xml inside React's public folder along side index.html.
sitemap.xml
public
I thinks this is the easiest way.