Add Async Redux.

This commit is contained in:
Marcelo Glasberg 2019-09-02 15:06:50 -03:00 committed by GitHub
parent 86aea4c18e
commit 1cb5a002c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -453,6 +453,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
- [Inject](https://github.com/google/inject.dart) <!--stargazers:google/inject.dart--> - Compile-time dependency injection by Google
- [Flux](https://github.com/google/flutter_flux) <!--stargazers:google/flutter_flux--> - Implementation of the Flux framework by Google
- [Fish](https://github.com/alibaba/fish-redux) <!--stargazers:alibaba/fish-redux--> - Alibaba Redux implementation
- [Async Redux](https://pub.dev/packages/async_redux) <!--stargazers:marcglasberg/async_redux--> - Redux version which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/)
### Widgets