dagre-react-flow

Installation
SKILL.md

Dagre with React Flow

Dagre is a JavaScript library for laying out directed graphs. It computes optimal node positions for hierarchical/tree layouts. React Flow handles rendering; dagre handles positioning.

Quick Start

pnpm add @dagrejs/dagre
import dagre from '@dagrejs/dagre';
import { Node, Edge } from '@xyflow/react';
Installs
184
GitHub Stars
68
First Seen
Jan 20, 2026
dagre-react-flow — existential-birds/beagle