Added reference to MobX with a separate section on State Management

This commit is contained in:
Pavan Podila 2019-01-07 07:36:22 +05:30 committed by GitHub
parent acedd5afb9
commit 1ec7f8663e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
README.md generated
View file

@ -360,6 +360,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
- [Inject](https://github.com/google/inject.dart) [317] - Compile-time dependency injection by Google.
- [Flutter_flux](https://github.com/google/flutter_flux) [269] - Implementation of the Flux framework by Google - [Flux](https://github.com/google/flutter_flux) [269] - Implementation of the Flux framework by Google
### State Management
- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your Dart and Flutter apps with Transparent Functional Reactive Programming (TFRP). This is a port of MobX from the JavaScript/React land.
### Widgets
- [Hooks](https://github.com/rrousselGit/flutter_hooks) [231] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit).