HashRouter
A <Router>
for use in web browsers. Stores the location in the hash
portion of the URL so it is not sent to the server.
§
HashRouter({ basename, children, window }: HashRouterProps): JSX.Element
[src]§Parameters
§
{ basename, children, window }: HashRouterProps
[src]