Router
On this page

Router

Summary

Reference Documentation ↗

Provides location context for the rest of the app.

Note: You usually won't render a <Router> directly. Instead, you'll render a router that is more specific to your environment such as a <BrowserRouter> in web browsers or a <StaticRouter> for server rendering.

Props

basename

No documentation

children

No documentation

location

No documentation

No documentation

No documentation

static

No documentation

Docs and examples CC 4.0