Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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/

Instructions for running

  1. Clone the repository.
  2. Build the solution.
  3. Open ~/Demos/MobX/MobX/dist/index.html in your browser.

References