-
Hi all,
So when filterClientId or filterSearchTerm changes, the API is refreshed appropriately. But I can't find anywhere where I'm triggering the refresh. Is getkey reactive (ie, it runs automatically when the variables change)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just answered by own question: I added a setTimeout function to update one of those variables long after that app has reached a stable state after restarting, and yes, the API is then called again. That's impressive. And very very handy. |
Beta Was this translation helpful? Give feedback.
Just answered by own question: I added a setTimeout function to update one of those variables long after that app has reached a stable state after restarting, and yes, the API is then called again.
That's impressive. And very very handy.