/mobx-context-example

Using React context API with MobX made with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

reactnative reactnative typescript typescript jest

MobX and React Context API

Counter

Description

Пример приложения Counter с использованием рекомендуемого способа связывать MobX и React через React Context API.

см. MobX-Cookbook: React Context API

В качестве структуры проекта используется архитектурное решение Bulletproof React 🛡️

Installation

git clone https://github.com/shopot/mobx-context-example.git

cd mobx-context-example

npm install

Running the app

# 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

License

Licensed under the MIT license.