Replies: 1 comment 2 replies
-
Actually right now when you read any signal, future signal, stream signal or computed you get the cached value on subsequent reads. the second part is interesting thought which is a signal with a lifetime. there is also a discussion and issue about async computed that might be related. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not too familiar with Signals but would a cacheable Signal make sense? We can provide an adapter to persist the data using different DB's.
Something like
So the second time you read the signal it retrieve a cached value. This should allow for offline support.
Beta Was this translation helpful? Give feedback.
All reactions