brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Is redux-async-connect dead? #81

Open khmelevskii opened 8 years ago

pandaiolo commented 8 years ago

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!

quarryman commented 8 years ago

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.

AVVS commented 8 years ago

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

hanjukim commented 8 years ago

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