Kuat Kobekpaev

Results 6 comments of Kuat Kobekpaev

What do you think about this approach? [bananaoomarang/isomorphic-redux](https://github.com/bananaoomarang/isomorphic-redux) The only confusing thing for me is adding a `needs` array to each container.

@bodyno I think we could help @janoist1. Currently I'm working on integration redux-saga in this boilerplate, but I haven't much free time. Could you implement something like the example that...

Hey, @peterpme . As I understood, when you build an isomorphic React/Redux app, you need to implement your own promise middleware to resolve all API requests on server-side. I've sent...

Hey @xiaodu527! You can simply use cookies, I guess.

Below you can see, that server sends only initial state: ``` ___INITIAL_STATE__ = { "router": { "locationBeforeTransitions": { "pathname": "/async", "search": "", "hash": "", "state": null, "action": "POP", "key": "5w0791",...