Introduction
1.
Read Me
2.
Why and Intro
3.
Status
4.
Credits
5.
Basics
5.1.
Actions and Streams
5.2.
Reducers
5.3.
Store or State?
5.4.
Using With React
6.
More
6.1.
Async
6.2.
Middleware
6.3.
DevTools/loging
6.4.
Using with ReactRouter
7.
API Reference
7.1.
combineReducers
7.2.
createMessageStreams
7.3.
createPushMessageFunctions
7.4.
createState
7.5.
Provider (RxR-React)
7.6.
connectWithState (RxR-React)
7.7.
createLoggerStream
7.8.
startLogging
7.9.
messageStreamsMonitor$
8.
Change Log
9.
Wishlist
10.
Some Resources
11.
About
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
RxR
startLogging
Accepts loggerStream$ and logs it to the console.
See example
.