AriaFallah / mobx-store

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

Move __past, __future, __trackChange, __limit, and __parent off the members of the store and into a separate data structure. #43

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

This will be helpful for many things in the future.

AriaFallah commented 8 years ago

45