A tutorial demonstrating how to build a React Native app using MobX for state management instead of Redux. The app searches Spotify tracks and showcases MobX observables, stores, and the @inject/@observer decorator pattern. It also integrates React-Navigation, styled-components, FlatList (then unreleased), and Flow for type checking. The author concludes MobX is simpler and requires less boilerplate than Redux for small apps.

5m read timeFrom callstack.com
Post cover image
Table of contents
MobX — Logic in your appPreparing componentsMake it work — connecting container

Sort: