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.
npm install
npm start
open http://localhost:3000