This example demonstrates how to build a site with multiple React Router apps by mounting each at a URL pathname prefix using the <Router basename>
prop. This essentially decouples the apps from each other and allows them to be portable and even deployed separately.
Open this example on StackBlitz: