Tuesday, December 10, 2019

Is MobX a framework?

Not in the sense of a JavaScript Framework. Frameworks may leverage MobX.
From my answer in Quora:
From MobX site:
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.
which includes the UI, data serialization, server communication, etc.

No comments: