fibo / flow-view

is a visual editor for Dataflow programming
http://fibo.github.io/flow-view
MIT License
191 stars 23 forks source link

flow-view Canvas React component #24

Closed fibo closed 8 years ago

fibo commented 8 years ago

Create the main svg component, start from here: Using React.js to draw dynamic SVGs

fibo commented 8 years ago

Other enlightening resource: https://github.com/ericelliott/react-pure-component-starter/blob/master/README.md

fibo commented 8 years ago

Can be used for drag and drop: https://gaearon.github.io/react-dnd/ Another possibility is http://bevacqua.github.io/dragula/

fibo commented 8 years ago

Discarded: flow-view will remain with no framework.