DEV Community

Discussion on: A React library to build Diagrams with ease

Collapse
 
oguimbal profile image
Olivier Guimbal

That seems to be a quite nice lib !
I had to implement something very similar a few month ago, too bad I did not find it sooner :)

Do you plan on supporting automatic layout ? (I used dagre for this which does it quite smoothly)

Collapse
 
antonioru profile image
Antonio Russo • Edited

Hi Oliver, thanks for commenting.
Yes a feature for auto-layout is on its way and yes, it will use dagre :)
Unfortunately I'm not yet sure WHEN this shall be released, but for sure it will...

perhaps since you wrote something similar already, you can help with that?

Collapse
 
oguimbal profile image
Olivier Guimbal • Edited

Just a showcase of how we use directed graphs (might sometime help to see how others could be using a lib when designing it)

showcase

Thread Thread
 
antonioru profile image
Antonio Russo

WOW! That's impressive!

Collapse
 
oguimbal profile image
Olivier Guimbal

I was thinking about it. I will keep that in mind and see if I can find some time in the next weeks !

Thread Thread
 
antonioru profile image
Antonio Russo

Thanks mate, that would be splendid!
Just in case, please be aware that there is an this issue opened for the auto-layout feature.
And this experimental development made by a good contributor

github.com/caddijp/beautiful-react...