Retyped.mobx Demo (live)
MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). The philosophy behind MobX is very simple: Anything that can be derived from the application state, should be derived. Automatically.
The source code is hosted in a repository on GitHub: https://github.com/mobxjs/mobx
The official website: https://mobx.js.org/
- Clone the repository.
- Build the solution.
- Open
~/Demos/MobX/MobX/dist/index.htmlin your browser.