|
|
|
|
|
by tmail21
3100 days ago
|
|
Actually we use React+mobx on both our web and RN stacks and it's been great. What we really like is that it is simple and extremely performant since in most cases it automatically updates only the React components that need to be re-rendered based on the state that's been modified. We jumped directly from a flux-like state management to mobx (skipping Redux) and the development time has gone down significantly as well. |
|