|
|
|
|
|
by hknd
2079 days ago
|
|
Mobx is not a global state, you can create your stores as granular as you want them to. Each widget can have a store, each section can have a store, each view can have a store, etc.
You decicde what works for you. (I use mobx in a large and complex trading application) |
|