Skip to content
赵永强 edited this page Oct 31, 2015 · 2 revisions

This wiki is what to decide the ember-easy-orm to evolve into which direction

How to understand the store in flux?

In Flux, Store is the only place in your whole app that has privilege to mutate the data. It has no setters and only responds to actions emitted by the components. API responses are also actions, as they serve as inputs to Store. Only Store gets to decide how to update the data

Clone this wiki locally