Hacker News new | ask | show | jobs
by albert_e 504 days ago
Impressive and full of great potential!

Congrats on shipping this.

Off topic question out of curiosity:

If we are builde a simpler visual "workflow" tool that allows users to drag and drop components on to a canvas, connect them, create brancing logic etc and configure properties of each components in a properties panel .... is there a good open source library/framework that we can add to say a React front end that has a lot of this UI already available? Thanks

1 comments

We use react-flow which seems to be the go-to for any sort of node/canvas based UI at this point.