I am using reactflow for my project. I will have a lots of nodes and connections.
when i am saving the information from the front end , i am collecting the location co-ordinates of the nodes on canvas and storing them along with then node. This is helping me to render the same way when i load the existing flow.
As part of the go live , i will be loading many nodes in the back end database directly as its not feasible to use the UI for the configuration. for them i will not have any coorindates information. so how to show them gracefully on the UI after i do the bulk load in my database and open them to see
Appreciate your kind answers thanks.
I tried to simply load the data without the co-ordinates and when i see from application all the nodes are stacked up on each other.
Lakshmi Annapurna79 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.