brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is redux-async-connect dead?

khmelevskii opened this issue · comments

Good question. I am using rc2 as rc4 does not work on the server.

No pressure, it's just to gather some news and know what to expect!

Guys, as it was mentioned before team is a bit slow with issues related to testing against different environments. If one experiences peer dependency issues its probably easier for him to update peer dependency, check it in his environment and pull request.

During next few days team will try to sort the most critical issues, however things become more complicated as we get new react releases to test against.

The development will continue anyway and we'll try to keep you updated soon.

I've refactored v1 branch, updated docs & published under redux-connect name, original API is mostly compatible, but in some cases have changed (args to objects, for instance). Appropriate tests are there, examples are updates, so there shouldn't be any problem in updating it.

If you are interested - please check this at https://github.com/makeomatic/redux-connect

@AVVS Nice work. Your fork solved several problem. Thank you!