I want to serve a static html to my specific react-route page so it will be Static and SEO friendly until it loads actual dynamic data from the api. Because My client don't want me to go for any static site generator package. So I need to make it by my own.
I'm using node.js, express and mongoDB as backend.
React.js, React-router as frontend.
Please let me know how can I implement this?