top | item 16001380

(no title)

tmail21 | 8 years 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.

discuss

order

jetter|8 years ago

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.