AriaFallah / mobx-store

A data store with declarative querying, observable state, and easy undo/redo.
MIT License
282 stars 9 forks source link

Instead of an external storage option just let users register their own side effects. #12

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

I think this is the MobX version of middleware so this potentially will address #10.

This will also replace the writing to an external store thing. There are definitely more possibilities to think about than just that though.