HashRouter
On this page

HashRouter

Summary

Reference Documentation ↗

A declarative <Router> that stores the location in the hash portion of the URL so it is not sent to the server.

Signature

function HashRouter({ basename, children, window }: HashRouterProps)

Props

basename

Application basename

children

<Route> components describing your route configuration

window

Window object override. Defaults to the global window instance

Docs and examples CC 4.0
Edit