Asynchronous actions In essence, asynchronous processes don’t need any special treatment in MobX, as all reactions will update automatically regardless of the moment in time they are caused.
Read moreWhat is difference between MobX and MobX state tree?
En bref, MobX is unopinionated util lib , while MST is an opinionated solution built on top of MobX. If you’re new to MobX, just use MST.
Read moreWhy you should not use MobX?
MobX does not provide any restrictions on how new states can be derived from old ones . It’s more of a Data flow library as its creator likes to call it. MobX helps us set up Reactivity outside React components. This way view components can be kept free of logic.
Read more