A <Router> that may not navigate to any other Location. This is useful on the server where there is no stateful UI.
<Router>
Props
Optional
The base URL for the static router (default: /)
/
The child elements to render inside the static router
The Location to render the static router at (default: /)
A React element that renders the static <Router>
declarative
A
<Router>that may not navigate to any other Location. This is useful on the server where there is no stateful UI.