MobX Versus Inherited Model #948
|
The Inherited Model - https://api.flutter.dev/flutter/widgets/InheritedModel-class.html Why should I use MobX? |
Replies: 2 comments 3 replies
|
|
|
The Inherited Model - https://api.flutter.dev/flutter/widgets/InheritedModel-class.html Why should I use MobX? |
|
|
mobxandInheritedModelare both state management solutions for Flutter apps, but they have different strengths and weaknesses.MobXis a more complex library, but it offers a number of advantages over InheritedModel, including:InheritedModelis a …