AriaFallah / mobx-store

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

Add store contents API #29

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

28

You can now do store.contents() to get the contents of the store in a plain JS object.