Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcherny/rxjs-observable
Standalone Observable, pulled out of RxJS
https://github.com/bcherny/rxjs-observable
Last synced: about 1 month ago
JSON representation
Standalone Observable, pulled out of RxJS
- Host: GitHub
- URL: https://github.com/bcherny/rxjs-observable
- Owner: bcherny
- Created: 2018-09-02T22:45:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T00:45:32.000Z (over 6 years ago)
- Last Synced: 2024-10-18T11:26:47.909Z (about 2 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - rxjs-observable - Standalone Observable, pulled out of RxJS (TypeScript)
README
# rxjs-observable
> Standalone [`Observable`](https://github.com/ReactiveX/rxjs/blob/master/src/internal/Observable.ts), pulled out of RxJS 6.3.1.
## Why would anyone want this?
You probably don't want this. This package is convenient if your bundler doesn't support tree-shaking, and you want to use `Observable` without pulling in 150kb of other RxJS stuff.
## How big is it?
5.5kb, uglified and gzipped (with plans to cut that down even more).
## Wait, why is `rxjs` a dependency?
It's just for the types (look at the code if you don't believe me).
## TODO
- Generate this package automatically from rxjs.
## Tests?
`yarn test`
## License
MIT