update readme
This commit is contained in:
parent
a76832bedb
commit
9e81960095
@ -34,14 +34,6 @@ like when a certain string is removed or added to the map
|
|||||||
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious.
|
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious.
|
||||||
Objectmap takes care of keeping track of objects for you.
|
Objectmap takes care of keeping track of objects for you.
|
||||||
|
|
||||||
### 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.
|
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||||
|
|
||||||
|
@ -34,14 +34,6 @@ like when a certain string is removed or added to the map
|
|||||||
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious.
|
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious.
|
||||||
Objectmap takes care of keeping track of objects for you.
|
Objectmap takes care of keeping track of objects for you.
|
||||||
|
|
||||||
### 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.
|
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user