Public projects using MobX
Example projects
- Simple ES5 MobX examples Bite sized MobX examples all setup to run in jsFiddle.
- TodoMVC application, including Server Side Rendering: https://github.com/mobxjs/mobx-react-todomvc
- Contact list application (simple data fetching, routing, complex components, material UI): https://github.com/mobxjs/mobx-contacts-list
- Logpipe, a dev-logging app using MobX with Socket.IO for real-time updates
- Example with Server Side Rendering, react-router: https://github.com/kuuup/mobx-ssr-example
- Server Side Api Mocking made easy with UI: https://github.com/Raathigesh/Atmo
- Accounting System built in ASP.NET MVC, ReactJS, MobX http://www.accountgo.ph/ source
- Easy MobX example with React, MobX, Cosmic JS, shorti, https://github.com/tonyspiro/easy-mobx-example
- A simple webshop using React + mobx
- A simple webshop using JQuery + mobx.
- Simple app with Ajax, authentication, context, routing: http://stackoverflow.com/a/36164488/1983583
- Contacts MVC app with Typescript, routing etc. https://github.com/contacts-mvc/mobx-react-typescript:
- React Particles (React, MobX, D3. one app with two architectures in two branches, Flux and MVC: https://github.com/mobxjs/react-particles-experiment)
- Mortgage overpayment calculator using React with MobX: https://github.com/paulhoughton/mortgage-mobx
- Simple drag and drop application. Also provides time travelling https://github.com/mobxjs/mobx-reactive2015-demo
- The ports of the Notes and Kanban examples from the book "SurviveJS - Webpack and React" to MobX.
- Flux challenge, implemeted with MobX: https://github.com/staltz/flux-challenge/tree/master/submissions/mweststrate
- MobX + D3 codepen: http://codepen.io/timelyportfolio/pen/zrJwvE
- TypeScript + React + MobX + JSPM - Simple CRUD App example: https://github.com/piotrwitek/training-management-tool
- Github Note Taker in MobX: https://github.com/eswat2/egghead-mobx
- SoundCloud client, in MobX and React: React-MobX-SoundCloud
- Lightweight support service via ReactJS, Mobx, Grape (ruby) and Mongodb: support-service