idev0085 / react-boilerplate

0 stars 0 forks source link

What do you understand with the term polling? #94

Open idev0085 opened 2 years ago

idev0085 commented 2 years ago

Sometimes when building web applications, you're going to need to keep track of data being created or updated asynchronously by another service. Polling is one way to accomplish this, and all it is, is simply hitting an API's endpoint to retrieve any new data at a set interval of time