DEV Community

Discussion on: Make interactive node-based graphs with React Flow. πŸ“ˆ

Collapse
 
adhemukhlis profile image
Mukhlis Adhe Purwanto

actually for automatic position requires the dagre library from npm, for details you can see in the documentation reactflow.dev/examples/layouting/

sorry for my bad english

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Thanks for sharing!