Skip to main content
Home
This release is 9 versions behind 0.0.10 — the latest version of @ydcjeff/ezedge. Jump to latest

Take web app easy to the edge.

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
94%
Published
a year ago (0.0.1)
function start_client
start_client(fn: (
hydratable: boolean,
data: unknown | null,
) => void
): void

Start the client side script to run either hydration or app mounting. This function should be called in the entry file that will be run on the client side.

Parameters

fn: (
hydratable: boolean,
data: unknown | null,
) => void

Return Type

void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@ydcjeff/ezedge

Import symbol

import { start_client } from "@ydcjeff/ezedge";
or

Import directly with a jsr specifier

import { start_client } from "jsr:@ydcjeff/ezedge";

Add Package

pnpm i jsr:@ydcjeff/ezedge
or (using pnpm 10.8 or older)
pnpm dlx jsr add @ydcjeff/ezedge

Import symbol

import { start_client } from "@ydcjeff/ezedge";

Add Package

yarn add jsr:@ydcjeff/ezedge
or (using Yarn 4.8 or older)
yarn dlx jsr add @ydcjeff/ezedge

Import symbol

import { start_client } from "@ydcjeff/ezedge";

Add Package

npx jsr add @ydcjeff/ezedge

Import symbol

import { start_client } from "@ydcjeff/ezedge";

Add Package

bunx jsr add @ydcjeff/ezedge

Import symbol

import { start_client } from "@ydcjeff/ezedge";