react node editor is a graph based node editor written for reactjs.
- simple
- lightweight
npm install react-node-editor
import NodeEditor from 'react-node-editor'
export default function MyComponent() {
return (
<NodeEditor
/>
)
}