Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
import * as keywork from "https://deno.land/x/keywork@v6.2.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.