MapleLeaf 🍁M
Convex Community2y ago
4 replies
MapleLeaf 🍁

centralized vs. decentralized client data

question (and maybe I shouldn't worry about this :lul: but I'm curious): if I return an OmegaObject™️ from a query that contains a doc and all of its related docs, does convex make efficient patch updates for that query on change? or is it more efficient to use separate queries still, so that only relevant queries get updated

also, generally speaking, which should I prefer: fewer query calls higher up the react tree, or more query calls closer to leaves of the tree? I imagine that depends on the UX you want, but I wonder if there are other factors to consider
Was this page helpful?