Node-Based UIs in React – React Flow
I have a doubt on how to structure the Convex DB schema to save the flows. More precisely, I don't know if it is better/more performant to store everything (nodes and edges) in a single document under an hypothetical
flows table or store each node as a single document under another table.I feel like with the first option, the data associated with each node could result in a giant document

