I recently discovered reactflow which is a react c...
# linking-together
t
I recently discovered reactflow which is a react component for node and wire interfaces (!) Are there any others, I have been hunting for a while https://reactflow.dev/
👍🏾 1
👍🏻 1
m
I am building something that is comparable I think. The visual editor component that I use in the visual webassembly compiler which I am building is generic. I use it myself for other implementations as well. But it is still in an experimental stage unfortunately. React-flow is much more mature I think and has a broader focus. At least thats my impression
o
Looks nice! I would like to find similar tools in a framework agnostic way.
n
@ogadaki when you say framework agnostic, you mean just using pure svg + javascript?
o
Yes, JavaScript, HTML for most part, and SVG when needed (for the wires for example).
n
Got it - i've been looking for something similar to build a natto-like UI
👍 1
z
I can recommend you avoid Jsplumb 🙈 but React Flow is the nicest looking React specific solution I've seen [edit] oops, this thread is older than I thought!
t
I found a WebComponents one too https://github.com/qix-/node-editor