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

renderMatches

Renders the result of matchRoutes() into a React element.

function renderMatches(matches: RouteMatch[] | null): React.ReactElement | null;
§
renderMatches(matches: RouteMatch[] | null): React.ReactElement | null
[src]

§Parameters

§
matches: RouteMatch[] | null
[src]

§Return Type

§
React.ReactElement | null
[src]