React-flow: a library to create interactive node-based graphs
1–10 of 20 posts
Re: React-flow: a library to create interactive node-based graphs
#2Re: React-flow: a library to create interactive node-based graphs
#3This is great, and I was just now preparing to sit down to slog through implementing something like along these lines. You just saved me a lot of time.
There are a lot of similarly great React libraries that focus on just one high-level component. A few of my favorites that have saved me tons of time:
- react-grid-layout (https://github.com/STRML/react-grid-layout) for draggable / resizable grids with an easily-serializable layout.
- react-mosaic (https://github.com/nomcopter/react-mosaic) for tiling / movable window layouts.
- react-table (https://react-table.js.org/) for a very powerful, expandable table implementation.
Re: React-flow: a library to create interactive node-based graphs
#4Re: React-flow: a library to create interactive node-based graphs
#5Re: React-flow: a library to create interactive node-based graphs
#6Re: React-flow: a library to create interactive node-based graphs
#7Can somebody explain to me how/what this tool is used for? I have an idea but im not quite sure
Re: React-flow: a library to create interactive node-based graphs
#8This looks useful, but also quite big - larger than react-dom: https://bundlephobia.com/result?p=react-flow-renderer@1.1.0
Re: React-flow: a library to create interactive node-based graphs
#9There are a few similar libraries where their layout algorithm is super frustarting and its implementation's so hard coupled it's really hard to change or use your own.
Re: React-flow: a library to create interactive node-based graphs
#10Can somebody explain to me how/what this tool is used for? I have an idea but im not quite sure
Any visual coding scenario really.