Multiple requests being made for the same query #2652
Answered
by
TkDodo
cmacdonnacha
asked this question in
Q&A
-
Hey, I am using the same query in 3 components. When I load my app, all 3 components use |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Sep 8, 2021
Replies: 1 comment 4 replies
-
if the 3 components mount in the same render cycle, yes, there should only be one request. Do you have some code you could share? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cmacdonnacha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if the 3 components mount in the same render cycle, yes, there should only be one request. Do you have some code you could share?