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

1

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

Hoary answered 4/9, 2018 at 12:42 Comment(3)
Possible duplicate of React Flow Chart LibraryNl
I wanted something simpler. Create custom node types and create connections between nodes.Hoary
A good option github.com/lmoraobando/lmDiagram/tree/DevScintillator
H
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.

Hemocyte answered 5/9, 2018 at 6:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.