React Flow, open source libraries for node-based UIs with React or Svelte
1–10 of 32 posts
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#2I'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.
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#3Re: React Flow, open source libraries for node-based UIs with React or Svelte
#4Re: React Flow, open source libraries for node-based UIs with React or Svelte
#5This 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…
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#6Re: React Flow, open source libraries for node-based UIs with React or Svelte
#7Lots of updates this year to reach parity with React Flow.
Re: React Flow, open source libraries for node-based UIs with React or Svelte
#8Re: React Flow, open source libraries for node-based UIs with React or Svelte
#9Great library. Just memo your custom nodes properly - edge re-renders cascade faster than you'd expect.