To simply persist your MobX store use makePersistable . Pass a reference of the store ( this ) as the first argument. The second argument is the StorageOptions for persisting the store data.
To simply persist your MobX store use makePersistable . Pass a reference of the store ( this ) as the first argument. The second argument is the StorageOptions for persisting the store data.