docs/react/fetching-data #1016
Unanswered
Replies: 1 comment 1 reply
-
Hi! I'm a newbie, so forgive if this is something obvious. Is cache shared between different queries? Let's say I want to query some data every two seconds and I need to fetch it in some components deep in the tree. I can not pass it down, because it would make the whole tree rerender every two seconds. Can I use let's say lazy query and run it in the root every two seconds and somehow get the data from it deeper in the three? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/react/fetching-data
a GraphQL client built for rapid iteration.
https://gqty.dev/docs/react/fetching-data
Beta Was this translation helpful? Give feedback.
All reactions