UNPKG
rx-mobx
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
Convert MobX observables to RxJS and vice-versa
github.com/chicoxyzzy/rx-mobx
chicoxyzzy/rx-mobx
rx-mobx
/
README.md
13 lines
(8 loc)
•
224 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# Rx-MobX
The [
RxJS 5
](
https://github.com/ReactiveX/RxJS
) and [
MobX
](
https://github.com/mobxjs/mobx
) interop
### Installation
``` npm install --save rx-mobx ```
### Usage
For usage examples see [
tests
](
/tests/index.js
).