Merge pull request #281 from pavanpodila/patch-1

Added reference to MobX with a separate section on State Management
This commit is contained in:
Robert Felker 2019-01-15 21:49:37 +01:00 committed by GitHub
commit e525f683a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
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) [333] - Compile-time dependency injection by Google.
- [Flux](https://github.com/google/flutter_flux) [271] - 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) [274] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit).
@ -488,4 +492,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.
To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.