API Docs for: 0.2.2
Show:

R.Store Class

Defined in: src\R.Store.js:8

Methods

createStore

(
  • specs
)
R.Store.StoreInstance public

Defined in src\R.Store.js:22

Initializes the Store according to the specifications provided

Parameters:

  • specs Object

    Options to create the store.

Returns:

R.Store.StoreInstance:

StoreInstance The instance of the created StoreInstance

StoreInstance

() public

Defined in src\R.Store.js:41

Subscription

(
  • key
)
public

Defined in src\R.Store.js:59

Represents a single subscription into a Store to avoid the pain of passing Functions back and forth.
An instance of R.Store.Subscription is returned by sub and should be passed to unsub.

Parameters:

  • key String