0.0.1 • Published 9 years ago
sablejs_store v0.0.1
Sable Store
A Store takes an application, a name, and a list of actions.
Store API
class Store {
  constructor( /* Atom */ state,
              /* String */ storeName,
              /* Immutable-Vector */ storeActions ) {}
  
  // CHANGE EVENTS
  emitChange() {}
  addChangeListener( listener ) {}
  removeChangeListener( listener ) {}
}0.0.1
9 years ago