Skip to content
Zubair Rehman edited this page Jun 13, 2019 · 2 revisions

MobX

MobX is a battle tested, simple and scalable state management library transparently applying functional reactive programming. The Mobx design principle is very simple:

Anything that can be derived from the application state, should be derived. Automatically.

This includes the UI, data serialization, server communication, etc

You can read more about mobx from the following link: MobX

picture

Clone this wiki locally