@octanejs/xyflow
v0.1.12
Published
React Flow for the octane renderer — an Octane binding for @xyflow/react node-based graphs and flow editors.
Keywords
Readme
@octanejs/xyflow
Octane binding for @xyflow/react — node-based graphs and flow editors (React Flow).
Installation
npm install @octanejs/xyflow
pnpm add @octanejs/xyflowUsage
// Scaffold — exports will land as the port progresses.
import {} from '@octanejs/xyflow';Compatibility
Pinned to @xyflow/[email protected].
Known differences
None documented yet.
Tests
Organized per the hook-form / react-parity contract:
tests/conformance/— package-authored contract tests (ordinary CI shards)tests/differential/— Octane vs React oracle (dedicated project +globalSetup)- Vitest projects declare
testExecution.group: 'react-parity'on parity-owned lanes
