Realtime fetching in react query.
I know my question is quite silly. We are working on an app where I want my users to see real-time updates whenever someone changes on database. I want every user to see that changes.
I heard about short/ long pooling. I would like to know other possible to achieve this on react query. I know we can achieve through WebSockets
0 Replies