Sample project that shows how mobx can help you manage application state in your Ionic app.
Sample project that shows how mobx can help you manage application state in your Ionic app.
Original source (Ashteya Biharisingh):
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
To run it, cd into ionic-mobx-example
and run:
npm install
ionic serve
ionic cordova add platform android
ionic cordova run android
ionic cordova add platform ios
ionic cordova run ios
MIT License.
Original work Copyright (c) Ashteya Biharisingh