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
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