How to Fetch API data in background #297
Unanswered
Ranger11Danger
asked this question in
Q&A
Replies: 1 comment
-
Hi, sorry for the late reply!
Regards, Maarten |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i was wondering what solutions everyone has come up with for querying an api on a set timer to update data on the page? I have been using the
use_thread
method but it cant run more than 1 thread at a time, so i would have to query all my different endpoints in the same thread which I feel is slower. Just wanted to see if anyone has come up with any other solutionsBeta Was this translation helpful? Give feedback.
All reactions