Do I even need react-query when using Firestore realtime updates? #1061
Replies: 2 comments 1 reply
-
I'm wondering kind of the same. I'm considering using |
Beta Was this translation helpful? Give feedback.
-
Yea I feel like |
Beta Was this translation helpful? Give feedback.
-
I have started looking into using
react-query
for the first time as I thought it could be a good fit to keep the my local state synced with my remote state in Firestore. However, since Firestore realtime updates will only ever fire when something in Firestore changes, would using something likereact-query
be overkill? Would something like Context API be simpler?Beta Was this translation helpful? Give feedback.
All reactions