subscribe data #2552
Answered
by
TkDodo
hossein-ghanbari
asked this question in
Q&A
subscribe data
#2552
-
Hi . |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Aug 9, 2021
Replies: 1 comment 7 replies
-
that is simply what
will subscribe you to this query key, and this component will be informed about changes to the data. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
hossein-ghanbari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that is simply what
useQuery
is doing:will subscribe you to this query key, and this component will be informed about changes to the data.