Demo React application using MobX for state management
This repository showcases usage of MobX with React.
A live version can be found at https://nearform.github.io/react-mobx-demo/
yarn
yarn start
A simple example of a counter app.
An advanced example demonstrating all core MobX constructs.
A complex example that encapsulates the store from 2.) into a reusable module called Collection. It also shows how to use React context to access the store.