Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cd05c5c8d7 | |||
b1652cc2ed |
29
docs/index.md
Normal file
29
docs/index.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# smartrx
|
||||||
|
smart wrapper for rxjs
|
||||||
|
|
||||||
|
## Availabililty
|
||||||
|
[](https://www.npmjs.com/package/smartrx)
|
||||||
|
[](https://GitLab.com/pushrocks/smartrx)
|
||||||
|
[](https://github.com/pushrocks/smartrx)
|
||||||
|
[](https://pushrocks.gitlab.io/smartrx/)
|
||||||
|
|
||||||
|
## Status for master
|
||||||
|
[](https://GitLab.com/pushrocks/smartrx/commits/master)
|
||||||
|
[](https://GitLab.com/pushrocks/smartrx/commits/master)
|
||||||
|
[](https://www.npmjs.com/package/smartrx)
|
||||||
|
[](https://david-dm.org/pushrocks/smartrx)
|
||||||
|
[](https://www.bithound.io/github/pushrocks/smartrx/master/dependencies/npm)
|
||||||
|
[](https://www.bithound.io/github/pushrocks/smartrx)
|
||||||
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
|
[](http://standardjs.com/)
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
|
For further information read the linked docs at the top of this README.
|
||||||
|
|
||||||
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||||
|
|
||||||
|
[](https://push.rocks)
|
8
docs/observablemap.md
Normal file
8
docs/observablemap.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# class Observablemap
|
||||||
|
|
||||||
|
Event Emitters are nice. However often times you end up with registering multiple listeners for the exact same thing.
|
||||||
|
Observables have a smaller footprint and a more manageable subscribe logic.
|
||||||
|
Observablemap registers only one rxjs observable per event and then continues to reference
|
||||||
|
the same observable that you can subscribe to.
|
||||||
|
|
||||||
|
For further information read the linked docs at the top of this README.
|
@ -6,5 +6,10 @@
|
|||||||
},
|
},
|
||||||
"npmdocker": {
|
"npmdocker": {
|
||||||
"command": "rm -r node_modules && yarn install && yarn test"
|
"command": "rm -r node_modules && yarn install && yarn test"
|
||||||
|
},
|
||||||
|
"npmts": {
|
||||||
|
"testConfig": {
|
||||||
|
"parallel": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartrx",
|
"name": "smartrx",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "smart wrapper for rxjs",
|
"description": "smart wrapper for rxjs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user