-
Notifications
You must be signed in to change notification settings - Fork 913
MobX
Zubair Rehman edited this page Jun 13, 2019
·
2 revisions
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