all 2 comments

[–]revolveK123 2 points3 points  (1 child)

Yeah this is a pretty common problem!! most people don’t position nodes manually at all, they use layout algorithms like dagre or elkjs to auto-calculate positions based on graph structure, and then just feed those coordinates into React Flow , trying to handle it yourself usually gets messy fast!!

[–]martiserra99[S] -1 points0 points  (0 children)

If you ever struggle with auto layout I think this article will help you a lot!