Open michaelbe812 opened 4 months ago
See #56 for original ask and discussion. #354 is similar too, with a slightly different usage API.
For some of my projects, I maintain a custom RxJs operator for this but would love to have something more standard.
I see. As far as I can see there's so far no conclusion if this feature should be implemented?
Hi, I would like to contribute an RxJs Operator which will take a underlying (async) source and emits some stateful values.
Example
This can also be combined with the
derivedLoading
-operator/behavior I contributed recently