Replies: 1 comment 1 reply
-
You could try to use a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've read the docs for streaming updates and I understand the advised approach.
As Mark Erikson responsed in my previous discussion thread, typically, you will await cacheDataLoaded to determine when the first data has been fetched, then use the updateCacheData utility to apply streaming updates as messages are received.
But I am trying to find out if it is possible to apply opposite order of operations.
Is there any advised approach for such operation?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions