rx-core
v4.0.8
Published
Core library for composing asynchronous and event-based operations in JavaScript
Downloads
64
Maintainers
Readme
RxJS Core Module
The Reactive Extensions for JavaScript's core functionality for conforming to the RxJS contract can be found here. This module contains only the bare essentials including Disposables, Schedulers, Observer and Observable. This is made available with the rx.core.js
file. The primary use case for this file is for those who want to implement a minimal implementation of RxJS for their own usage.
Details
Files:
NPM Packages:
NuGet Packages:
- None