AriaFallah / mobx-store

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

Investigate possibility of adding middleware to the store #10

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

@hnordt Right now I don't see the need for middleware, but also because I haven't really used the store a lot yet.

With Redux most middleware was for either debugging actions, or adding async ability to actions. I think perhaps middleware could be useful on the debugging side, but MobX doesn't seem to inherently need a built in way to handle asynchronously modifying the store.

hnordt commented 8 years ago

Yeah, I agree.

AriaFallah commented 8 years ago

Closing for now, but will reopen when I want to consider this again.