Port to pure React, remove Redux (in progress). Redux is great but for flow-view it is better to use React state.
Create Inspector to edit, rename, delete nodes.
Rename NodeSelector to Selector.
Add Features section in Readme, among others there is server side SVG rendering.
Canvas class accepts Node, Link and other classes as arguments. Root component accepts them as props. This will achieve custom nodes and links. It should be an array of Nodes, to have nodes of different types (webgl canvas, toggle, audio wave, etc).
Emit (namespaces) events like 'flow-view.addNode' to let interact easily with other Libs.
Add examples/serverSideSVG.js and show the result in the readme.
Port to pure React, remove Redux (in progress). Redux is great but for flow-view it is better to use React state.
Create Inspector to edit, rename, delete nodes.
Rename NodeSelector to Selector.
Add Features section in Readme, among others there is server side SVG rendering.
Canvas class accepts Node, Link and other classes as arguments. Root component accepts them as props. This will achieve custom nodes and links. It should be an array of Nodes, to have nodes of different types (webgl canvas, toggle, audio wave, etc).
Emit (namespaces) events like 'flow-view.addNode' to let interact easily with other Libs.
Add examples/serverSideSVG.js and show the result in the readme.