Stores bind to action events and use the data provided to manipulate their state. The base store instance provides methods for setting the initial state of the store, construction, replacing and merging new state data. Using either of these methods will invoke a change event to the stores listeners.

The state store is immutable and can be retrieved as immutable or mutable.

👍

On to Binding Actins