Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/keywork/react/browser/functions/matchRoute.ts

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
import * as keywork from "https://deno.land/x/keywork@v6.0.1/react/browser/functions/matchRoute.ts";

Classes

A client-side mapping of path patterns to their respective page components. This is useful if your app bundles all React route handlers into a single Worker. * A collection of patterns to their respective React components.