React Query with Firestore subscriptions #2621
Unanswered
gragland
asked this question in
Show and tell
Replies: 1 comment
-
@gragland I'll soon start working on a new app that combines TanStack Query with Firestore. Finding a good pattern for integrating Firestore subscriptions with state management always seems to be a challenge. Since this post is fairly old, I wonder; Have you been happy with your solution? Did you have some insights since? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, I whipped up an example of React Query with Firestore subscriptions that I wanted to share in case it's useful for others. Would love to hear any thoughts on how this could be improved. This would likely be part of a React boilerplate I offer, so trying to make sure it's bug free and easy to understand.
Beta Was this translation helpful? Give feedback.
All reactions