6

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

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Mike
  • 71
  • 1
  • 1
  • 3

1 Answers1

3

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.

Sebastian
  • 7,729
  • 2
  • 37
  • 69