Hacker News new | ask | show | jobs
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.

1 comments

Cool! I think you guys should do a writeup since "react native mobx" results in google clearly state the mind share is not there yet.