Observable
off to be a standalone package.rxjs/testing
, rxjs/ajax
, etc, off into their own packages as well.rxjs
, rxjs/operators
, rxjs/ajax
, et al) but split all of those off into their own packages under @rxjs/observable
, @rxjs/operators
, @rxjs/ajax
, etc. We'll want to bikeshed ideas like @rxjs/subjects
or @rxjs/multicasting
etc. There's a lot of ground to cover there, and I don't want to get bogged down on that in this discussion.rxjs
will export { Observable } from '@rxjs/observable';
etc.lift
: If we want a standalone Observable
, we should move away from lift, because it requires too much knowledge of the inner working of RxJS in order to create custom operators that leverage it properly.lift
as a non-breaking change anytime. This is completely contained within our operate
utility function now. We may even start supporting this in v7, as it should be completely innocuous. It's just a different call pattern. I actually have some work done around this, and everything looks solid.pipe
on our standalone observable package, as it's central to our particular design for how to use RxJS. Even though pipe
might not be immediately useful to users of Observable
that don't care about operators. (libraries that export Observable
, etc).@rxjs/observable
et al until version 9. That should be a long ways off.AwesomeObserver, yunuseon, wzhudev, heihei12305 and vdumbravnaticaceres and AwesomeObserver
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4