regef
v0.1.6
Published
A graphical editing tool for [React](https://reactjs.org/).It was mainly design with flowcharts/diagrams in mind. Many ideas were taken from [GEF](https://www.eclipse.org/gef/).
Downloads
32
Readme
regef
A graphical editing tool for React.It was mainly design with flowcharts/diagrams in mind. Many ideas were taken from GEF.
WARNING: this project is work in progress. It's not fully tested, progress of tests can be followed on: https://travis-ci.org/bali182/regef
core principles
- Render whatever you want.
- Model your data however you want.
- Handle customized events describing user intention, separate from your components.
examples
https://github.com/bali182/regef/tree/master/example
docs
In progress, the APIs are still not final.