Mobx is a state management library, somewhat structured like Redux, but simpler without the need to implement full event, reducer etc. - chains.
To start learning about mobx in stencil, clone this repo to a new directory:
git clone git@github.com:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin
and run:
npm install
npm start