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

x/keywork/react/mod.ts>KeyworkQueryParamKeys

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
enum KeyworkQueryParamKeys
import { KeyworkQueryParamKeys } from "https://deno.land/x/keywork@v6.2.1/react/mod.ts";

Members

BuildID = "build-id"

The current build ID. Used to bust caches on static assets.

StaticProps = "static-props"

A boolean-like query param that hints to the worker that client-side React only needs the static props for an upcoming page transition.