Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

function HashRouter({ basename, children, window }: HashRouterProps): JSX.Element;
§
HashRouter({ basename, children, window }: HashRouterProps): JSX.Element
[src]

§Parameters

§
{ basename, children, window }: HashRouterProps
[src]

§Return Type

§
JSX.Element
[src]