All Projects → mobxjs → Mobx Reactive2015 Demo

mobxjs / Mobx Reactive2015 Demo

Licence: mit
Runnable source code of the #GoReactive #mobservable talk

Programming Languages

javascript
184084 projects - #8 most used programming language

mobx-reactive2015-demo

Demo of MobX (formerly called Mobservable) on ReactiveConf

Simple drag & drop editor that uses mobx and React. The slides can be found here.

To interact with the application:

  • Click to select.
  • Boxes can be dragged around.
  • Use the input box to rename stuff.
  • CTRL + click to add new boxes. If there is an active selection an arrow will be added as well.
  • use the tiny buttons in the bottom left to generate a bunch of random boxes and arrows, and to travel forward and backward in time.

Run the example

npm install
npm start
open http://localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].