/mobservable-react-boilerplate

Small project to quickly start with React, Mobservable, Hot Reloading, JSX, ES6

Primary LanguageJavaScriptMIT LicenseMIT

mobservable-react-boilerplate

A minimal application that combines Mobservable with React. Supports ES6 and JSX compilation through babel.

For a more sophisticated project to start with, see the full TodoMVC implementation: mobservable-react-todomvc.

The Mobservable dev-tools are disabled by default. Enable them if needed in src/index.js.

Run the example

npm install
npm start
open http://localhost:3000

Credits

  • This template is based on react-hot-boilerplate by Dan Abramov.
  • Mendix for providing the opportunity to battle test this approach (we're hiring!).