Skip to content

tranjog/mobx-master-demo-app

Repository files navigation

MobX Master: RN Demo App

A demo app with the middleware for the Mobx Master Flipper Plugin. It might be published as an npm package at a later stage, but for now please copy ./src/mobx-master to your app, and initialize it as in the example below

import {MobxMaster} from './src/mobx-master';

if (__DEV__) {
  MobxMaster(['TodoStore', TodoStore], ['UserStore', UserStore]);
}

App.tsx

mobx-master

MobxMaster.mp4

Acknowledgement

This plugin stands on shoulders of giants, and is greatly inspired by mobx-action-flipper and mobx-flipper.