Skip to content

Latest commit

 

History

History

universal-counter-rx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Universal Counter demo

This example is moved.

This project shows the difference from original redux

In redux, to make an universal app you have to gather all your Promises returned from dispatch() in server side, this could be painful if you have many Promises.

In rx-redux (with RxMiddleware), subscribe for stream completed event and you are done.