|
|
|
|
|
by ng12
3524 days ago
|
|
> But how often are you changing your app's data layer? Is the tradeoff _always_ worth it? Yes, because in my mind that's the litmus test that your app is properly data-agnostic. And a key thing about Redux is it stays that way -- it's actually difficult to leak your data store to child components. Even if I adopt the above approach with MobX it'd be incredibly easy for some other developer to start passing around stores everywhere. My gut feeling is that MobX would be great for a personal project but doesn't scale that well. |
|