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

Routes

A container for a nested tree of elements that renders the branch that best matches the current location.

function Routes({ children, location }: RoutesProps): React.ReactElement | null;
§
Routes({ children, location }: RoutesProps): React.ReactElement | null
[src]

§Parameters

§
{ children, location }: RoutesProps
[src]

§Return Type

§
React.ReactElement | null
[src]