|
|
|
|
|
by eropple
2612 days ago
|
|
IMO, context does a lot to remove the value of MobX from React applications. Not necessarily Redux; Redux gives you some additional stuff, particularly around state tracking and rewinding. But I haven't seen a MobX project where a judiciously used context doesn't solve the same problem within the React-specific ecosystem. |
|
Does the Context achieve this as well? From a quick search, the Context seems to force rerender of any consumer on any change.