Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for ReactJS library to create flows/diagrams [closed]

I'm looking for a react component or a javascript library for creating flows/diagrams.

I need to customize and have various types of nodes.

enter image description here

like image 409
Mike Avatar asked Sep 04 '18 12:09

Mike


1 Answers

There aren't many great flow and diagram libraries out there, and even fewer focus on React.

I suggest looking into a generic solution that integrates well with React.

If this is in a commercial context and/or your requirements are non-trivial, be sure to check out yFiles for HTML, which is the most powerful library available when it comes to sophisticated diagramming. It also comes with many React-specific diagramming features like the React Diagram Integration Demo. This allows you to use all the features in a React powered application.

Disclaimer: I work for the company that creates the mentioned library. I do not represent my employer on SO, though. This is my very own opinion.

like image 129
Sebastian Avatar answered Nov 09 '22 23:11

Sebastian