Vitaly Aminev

Results 86 comments of Vitaly Aminev

use npm@3 Also you can use `npm i AVVS/redux-async-connect#v2.0.0` to have slightly reworked version (nested promises are loaded in series instead of in parallel) and proper transforms are added If...

Thats just a warn, it doesnt matter

`npm i -g npm@3`

check https://github.com/makeomatic/redux-connect - can help

**_warn**_ [redux-connect](https://github.com/makeomatic/redux-connect) changed syntax a bit, so you'll have to do migration (basically 2-3 lines of code)

try using https://github.com/makeomatic/redux-connect - its a fork with improvements

try using https://github.com/makeomatic/redux-connect - there is an option for immutable

you can use https://github.com/makeomatic/redux-connect- this is a fork of this module back in the days, though way improved since then

Js is one threaded, therefore loop is blocked and 2 "async" actions won't ever call reducers with the same state twice > On 26 Feb 2016, at 10:17, kjanoudi [email protected]...

Thats true. But its not a race condition, just lack of deep merge. Should do spread assign to this property as well and that would solve it > On 26...