Skip to content

Install Fetcher

The core package supports Node >=18.20.8. Create an independent directory so the example does not rely on this repository's workspace links:

bash
mkdir fetcher-first-request
cd fetcher-first-request

Create package.json with ESM enabled:

json
{
  "name": "fetcher-first-request",
  "private": true,
  "type": "module"
}

Install the published client and TypeScript:

bash
pnpm add @ahoo-wang/fetcher
pnpm add -D typescript

This is a consumer setup. Contributors to this repository instead need Node >=20.20.2, pnpm 10.34.5, and the commands in Development.

Continue with Your first request.

React and Viewer starting points

For an existing React application, follow the React example peer installation and mounting steps. For a table, use your first data view. These UI paths require additional peers beyond the core HTTP installation; choose your starting point first.

View Engine

View Engine uses React 19 and compiled scoped CSS. Its current branch is available through the workspace/local-archive workflow; it has not yet had its first public registry release.

Released under the Apache License 2.0.