I\'m building a site using react and react-router. My site is split into two sections: front and partners section. I want the partners section to be accessed using a subdoma
It's a good practice to treat primary domain code and sub domain code as different codebases. Also as you are aware and react-router is a client side module. Although this hack might work, it's generally frowned upon.