Hi! In my app, it makes an API call to retrieve the status of something the user uploaded to tell whether it's completed or still in progress. How do I make the Backend Query for that page constantly reload to always show the user the status of the progress? It seems like once the user visits that page, it only makes that call once. How do I make the backend query constantly update?
How to make the backend query for a page constantly load to show the status?
1
2 replies