The creator of MobX, Michel Westrate, said:
MobX is suitable for building any app that needs to perform CRUD like operations on the state model. It is less suitable for applications that have an append only domain model.
If I understood correctly, "append only domain model" may refer to apps which consist of feeds/lists of data that are being added continuously (Facebook for example).
What does he mean by "append only domain model" and why isn't MobX suited for it?