Replies: 2 comments
-
Thanks for the use case! At the moment I'm trying to avoid additional operators for Value, to avoid creating a yet-another-rx-library. Maybe instead you can expose a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the suggestion! I'll probably resort to using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have a function to create a new Value from several Values, kind of like Compose's
derivedStateOf()
. I know that there is map, this however takes in only one Value, or am I overlooking something?Use case could be for example:
You have a parent Component with several ChildComponents. When at least one of the ChildComponents is loading something, set a Value
loading
of the parent component to true, to show a Loading Indicator.Beta Was this translation helpful? Give feedback.
All reactions