Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 915 Bytes

MobX-State-Tree Bookshop example

An example app for MobX-State-Tree, originally hosted as part of the monorepo there. See commit history on the old location.

Features

  • Routing as part of state
  • True separation of concerns: state and view
  • References
  • Built-in devtools: recording / replaying snapshots, patches or actions
  • Unit tests, testing full application flow

Related talks using this project:

Based on create-react-app

Install

yarn install
yarn start

Offered as-is, but happy to take pull requests or answer questions. Drop us a PR or issue!