rx-intent

0.3.6 • Public • Published

Build Status Coverage Status NPM version Downloads

Rx Intent

A more convenient way to use Rx Subject

usage

var intent = new Intent('hello');
 
// intent.hellos is an instance of Rx.Observable
intent.hellos.subscribe(function (name) {
    console.log('hello %s', name);
})
 
intent.hello('world');
> hello world

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.60latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.60
0.3.50
0.3.40
0.3.30
0.3.20
0.3.10
0.3.01
0.2.10
0.1.00

Package Sidebar

Install

npm i rx-intent

Weekly Downloads

1

Version

0.3.6

License

ISC

Last publish

Collaborators

  • huang47