MobX Concepts and Configuration
Explore MobX's core principles and how to set it up in a React Native app. Understand its philosophy, automatic state derivation, and the use of snapshots to enhance data handling and state updates.
Going over MobX concepts
Let’s start with a little bit of history about the piece of software that we are going to examine. It so happens that MobX has a very calm presence in the React community. There isn’t really any drama surrounding its conception or development. It ...