A 'reactive' React acycical graph generator.


Keywords
react, dag, acyclical graph
License
GPL-3.0
Install
npm install react-ag@0.1.10

Documentation

React Acyclical Graph generates a reactive, interactive, touch supported graph.

Demo

This is a mono repo. See here for package source and here for demo source.

Build

yarn bootstrap
yarn build

Demo

yarn start

Development

The following will run, in parallel, webpack in watch mode for the packages, and start an express development server for the demo:

yarn start:dev