An example app for MobX-State-Tree, originally hosted as part of the monorepo there. See commit history on the old location.
- 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:
- React Amsterdam 2017 talk: Divide and Conquer
- React Europe 2017 talk: Next generation state managament
Based on create-react-app
yarn install
yarn start
Offered as-is, but happy to take pull requests or answer questions. Drop us a PR or issue!