23 comments

[ 5.5 ms ] story [ 49.1 ms ] thread
This is an excellent library! I only wish it had react-native support.

I've worked on a few prototype react directed acyclical diagram libraries. jsplumb-react, react-yad, and recently @lincle.

@lincle is my most recent and first attempt at supporting react-native. I tried leveraging existing interactive libraries. I was also inspired by react-flow's minimap. It is still a prototype and needs documentation but works well. I'm realizing now the demo isn't working but the demo source should hopefully give an example of how to use it.

https://gitlab.com/digested/lincle

It's a lovely library :) I'm using it in my work on general interfaces for symbolic execution debugging.
This is cool. Is there web component library/resources for something equivalent?
Great library. Just memo your custom nodes properly - edge re-renders cascade faster than you'd expect.
I'm a long-time SvelteFlow user and it has never disappointed so far :).

Lots of updates this year to reach parity with React Flow.

Does React Flow still advertise itself unless you pay the developers at least $169/month?
Hah, this pops up right after I note how it's eating good with all the AI tools that use it. Deservedly so, if you're creating node based interfaces there's no reason to hand roll with D3.
I'm working on an open source tool called noodles.gl that uses this library and it's been great. The devs have been good about keeping a cadence of solid changes and keeping the community updated, and overall I'm happy to have bet on this library years ago.

I love the flexibility and the fact that there's a variety of examples for basically anything I want to accomplish with it. Great work to the team.

https://noodles.gl

I really appreciated that they've made their pro examples available for free for education purposes. I made use of one of those examples for my undergraduate final year project.
This is a great library. I especially appreciate that they added a version for Svelte (with specific examples for Svelte 5).

It's very convenient how you create the graph, with nodes just being Svelte components. Adding custom edges isn't very hard either.

If you're curious what you can do with it, I made this demo for myself https://youtu.be/aVY7ySPiSo8 (never launched it). I used Svelte Flow to visualize AI doing research, my first project using LLMs.

I’ve used this library on a couple of projects with great results. One, a drag-and-drop IaC builder and the other a GitHub Actions-like task execution graph viewer.
Just what I was looking for a project.
I was tempted for a moment but I think it needs JavaScript