Awesome
mobx-react-boilerplate
A minimal application that combines MobX with React. Supports ES6 and JSX compilation through babel.
- Support for React-Hot-Loader can be found in the
with-hot-loader
branch - For a typescript based boilerplate, see
mobx-react-typescript-boilerplate
- To use MobX with create-react-app and decorators, react-app-rewired or this example using custom-react-scripts
Run the example
npm install
npm start
Browser should open automatically. Otherwise, navigate to the URL reported in the terminal
Credits
- Mendix for providing the opportunity to battle test this approach (we're hiring!).