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

MemoryRouter

A that stores all entries in memory.

function MemoryRouter({ basename, children, initialEntries, initialIndex, future }: MemoryRouterProps): React.ReactElement;
§
MemoryRouter({ basename, children, initialEntries, initialIndex, future }: MemoryRouterProps): React.ReactElement
[src]

§Parameters

§
{ basename, children, initialEntries, initialIndex, future }: MemoryRouterProps
[src]

§Return Type

§
React.ReactElement
[src]