I have loaded my data in a react native component, however, the same data can be changed by another user in another app. What is the best way of telling the other app (component) of the data change to refresh? I am looking for something quick and easy.
- Is it push notifications?
- Opening a web socket with the server for data changes?
- Any other standard followed?