Пример приложения Counter с использованием рекомендуемого способа связывать MobX и React через React Context API.
см. MobX-Cookbook: React Context API
В качестве структуры проекта используется архитектурное решение Bulletproof React 🛡️
git clone https://github.com/shopot/mobx-context-example.git
cd mobx-context-example
npm install
# development
$ npm run dev
# build production
$ npm run build
# preview the production build
$ npm run preview
# start linting
$ npm run lint
# run unit tests
$ npm run test
# run unit test coverage
$ npm run coverage
Licensed under the MIT license.