We may have multiple tabs in the frontend, each showing a separate graph, via the GraphCanvas component. React-flow has some specific requirements when dealing with multiple canvasses. We will have to implement those accordingly.
We will also have to decide the Redux store design based on the fact that multiple graphs may have to be managed.
We may have multiple tabs in the frontend, each showing a separate graph, via the
GraphCanvas
component. React-flow has some specific requirements when dealing with multiple canvasses. We will have to implement those accordingly.We will also have to decide the Redux store design based on the fact that multiple graphs may have to be managed.