I've heard from people migrating from Redux to MobX in production apps. You can use them side by side and migrating first a few components with their local state, and then feature by feature should go well. To get an idea: you can connect to a Redux store and then receive the new props and put them in some observables by a smart component which you pass down the component tree. The other way around you should be able to dispatch Redux actions from observer components.