Search code examples
react-nativereal-time

How to create a realtime application using react native?


I want to create a real-time application ( for e.g. a stock market app) in react native.

Currently I don't know any other way other than to use setInterval(), I am fetching data from a third party API.

So is there any way or third party tool available which gives real time data without using setInterval from a REST source?


Solution

  • Answer to my problem is the below post. https://medium.com/@gethylgeorge/using-socket-io-in-react-redux-app-to-handle-real-time-data-c0e734297795