Live data from Hacker News

React Flow, open source libraries for node-based UIs with React or Svelte

github.com

1–10 of 32 posts

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#2
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

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#5
post #2

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…

With expo DOM components it’s easy to just use this library and expo will wrap it in a webview. Then you can easily integrate it into a RN app.

Re: React Flow, open source libraries for node-based UIs with React or Svelte

#8
This is a well-done library that’s fun to work with. I put together a proof of concept org chart generator[0] with it a while back when working on another project. Very easy to use and well-documented.

[0] - https://github.com/randomdrake/react-flow-org-chart

Post reply on HN