Examples
To run the examples:
- clone this repository
- navigate to the example folder (e.g.
packages/mst-example-bookshop
) - run
yarn install
andyarn start
- Bookshop Example webshop application with references, identifiers, routing, testing, etc.
- Boxes Example app where one can draw, drag, and drop boxes. With time-travelling and multi-client synchronization over websockets.
- TodoMVC Classic example app using React and MST.
- Redux TodoMVC Redux TodoMVC application, except that the reducers are replaced with a MST. Tip: open the Redux devtools; they will work!