Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 587 Bytes

File metadata and controls

14 lines (9 loc) · 587 Bytes
title Multi App
toc false

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:

Open in StackBlitz