MobX Versus Inherited Model #948
-
|
The Inherited Model - https://api.flutter.dev/flutter/widgets/InheritedModel-class.html Why should I use MobX? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you @amondnet |
Beta Was this translation helpful? Give feedback.
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 …