AriaFallah / mobx-store

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

Same functionality without forcing people to use a store object. #45

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

Closes #41, #43, #44

@mweststrate

Lol there is no mobxstore anymore. It's been abstracted away into just three functions of undo, redo, and chain. Not sure what to even do with this library anymore (except use it 😅 since it's more useful now).

Do you have any thoughts on the library in general? I feel like it'd fit more into mobx-utils now rather than being its own thing.