UNPKG
react-rxjs-stream
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Rxjs based loose coupling
github.com/sangallimarco/react-rxjs-stream
sangallimarco/react-rxjs-stream
react-rxjs-stream
/
src
/
index.js
9 lines
(8 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
StreamManager
from
'./stream-manager'
;
import
StreamComponent
from
'./stream-component'
;
import
Stream
from
'./stream'
;
export
{
Stream
,
StreamManager
,
StreamComponent
};