Updating Realtime Data in Client(React) from MongoDB on every HTTP request

Kishan Permand - Jul 21 - - Dev Community

I am created a data entry in my database(mongoDB) through “POST” request from some react component.

Now if I want to automatically reflect the newly created data in my React app, what will be the best method.

consider I am using “axios” to get and post data. can you pls give what is the most suitable approach is used in realtime development.

.
Terabox Video Player