TypeScript Docs
TypeScript APIs, examples, demos, recipes, integrations, and comparisons for
building graph-driven reactive systems with @graphrefly/ts.
Start here
Section titled “Start here”- API reference — generated from current exports and source JSDoc.
- Solutions — higher-level package bundles such as reactive layout.
- Examples — small TypeScript entry points and runnable repo examples.
- Demos — interactive and walkthrough-style package demos.
- Recipes — composition notes for common runtime boundaries.
- Integrations — adapters, sources, storage, and framework edges.
- Compare — migration and positioning notes for adjacent tools.
Install
Section titled “Install”npm i @graphrefly/tsimport { node } from "@graphrefly/ts/core";import { graph } from "@graphrefly/ts/graph";import { map } from "@graphrefly/ts/operators";