ibrahimyaacobI

Does peer component making the same call result in redundant calls/usage?

Lets say i have i have component A and B
<div>
  <A/>
  <B/>
</div>

both are making the same query via convex. does this result in 2 function calls interm of the usage ?
Was this page helpful?