https://github.com/bali182/regef
A graphical editing tool for React.
https://github.com/bali182/regef
graphical-editor react
Last synced: 5 months ago
JSON representation
A graphical editing tool for React.
- Host: GitHub
- URL: https://github.com/bali182/regef
- Owner: bali182
- Created: 2017-10-24T17:53:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T17:25:57.000Z (over 6 years ago)
- Last Synced: 2025-10-02T01:52:21.457Z (9 months ago)
- Topics: graphical-editor, react
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# regef [](https://travis-ci.org/bali182/regef)
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/).
**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.