This issue will be used to track some properties / features that are available in some experimental frameworks that build everything around Rx / Observable streams, but with liftable component boundaries.
I've identified a few that already overlap well with existing projects:
These features will probably be built in an optimized imperative style into the core but expose the same capabilities as if it was built as Observables.
It is a non-goal of this particular task to provide a similar API surface area to Observables but to track the capabilities exposed by such frameworks. It should be possible to experiment with alternative APIs that heavily rely on Observable semantics on top of these features.
I would also always keep in mind that "web components everywhere" might be a strong assumption in the near future. So some of these features might need to be rethinked if the current assumption is "React components" everywhere. For instance, Error Propagation and Completion Propagation might not be doable neither desirable if web components are black boxes that do their own thing. Just my 2 cents.
Seems like these thoughts influenced the new architecture, but we鈥檙e not currently actively thinking about these parallels. Closing.
Most helpful comment
I would also always keep in mind that "web components everywhere" might be a strong assumption in the near future. So some of these features might need to be rethinked if the current assumption is "React components" everywhere. For instance, Error Propagation and Completion Propagation might not be doable neither desirable if web components are black boxes that do their own thing. Just my 2 cents.