Back to React Router

Multi App

examples/multi-app/README.md

7.6.2548 B
Original Source

Multi App Example

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.

Preview

Open this example on StackBlitz: