Example: 1. Send/SendContext in https://github.com/xcomponent/SpyXComponent.js/blob/master/src/reducers/transitionProperties.ts 2. InitSession in: https://github.com/xcomponent/SpyXComponent.js/blob/master/src/reducers/session.ts Some ideas on integrating async actions: http://redux.js.org/docs/advanced/AsyncActions.html
Example:
Send/SendContext in
https://github.com/xcomponent/SpyXComponent.js/blob/master/src/reducers/transitionProperties.ts
InitSession in:
https://github.com/xcomponent/SpyXComponent.js/blob/master/src/reducers/session.ts
Some ideas on integrating async actions:
http://redux.js.org/docs/advanced/AsyncActions.html