This content originally appeared on DEV Community and was authored by Kishan Permand
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.
This content originally appeared on DEV Community and was authored by Kishan Permand