react-graph-db-editor
v1.0.0
Published
A generic graph editor that allows you to easily and intuitively edit nodes and their edges.
Downloads
22
Readme
To Use
npm install it and... To be continued
Develop
Helpful stuff
If you want to console log a mobx object, do it like so:
import { toJS } from 'mobx'
console.log(toJS(crazyMobxThing))
Develop TODOs:
- make nodes and edges classes that implement interfaces to reduce code redundancy?
- types in action handlers are probably a little off (update is partial fully?)