|
|
|
|
|
by ramesh31
1002 days ago
|
|
> MobX replaces useState, sure, but you're still re-rendering entire components on each change (which is why MobX explicitly recommends that you break apart your app into many small components, regardless of whether that's a boon to readability and maintainability. This is not true. MobX has had an `<Observer>` component for years now. You can be as fine detailed as you wish with rerenders in a larger component. https://github.com/mobxjs/mobx-react#observer |
|