It is Transparent...
Connecting the observables to the observers, it allows the observers to react to changes in observables. This is a basic expectation we have from MobX and the way we establish these connections feels very intuitive. There is no explicit wiring besides the use of decorators and dereferencing observables inside the observer. Because of the low overhead in wiring, MobX becomes very declarative, where you express your intent without worrying about the machinery. The automatic connections established between the observables and observers enables the reactive system to function autonomously. This makes MobX a transparent system as the work of connecting observables with observers is essentially lifted away. The usage of an ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access