31 Oct 2023 09:42 AM - edited 31 Oct 2023 10:35 AM
Hello,
Can anyone explain in simple terms how to create a self refreshing dashboard? Or are the mechanics simple and you have to pull the data continuesly from within the app?
In other words: is it a pull or can we also use a push?
KR Henk
Solved! Go to Solution.
01 Nov 2023 05:38 AM
Hi @henk_stobbe ,
You basically have to pull data from within the app continuously.
If you want to implement such a self-refreshing dashboard, I suggest using TanStack Query (formerly known as React Query). Its refetchInterval
property simplifies such a use case. You can find more about this feature here: