Skip to main content
Module

x/keywork/mod.ts>ReactUtils.KeyworkQueryParamKeys

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

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.