@breadstone/ziegel-redux
Classes
| Class | Description |
|---|---|
| Observable | - |
| Store | - |
| Subject | - |
Interfaces
| Interface | Description |
|---|---|
| IAction | - |
| IDispatcher | Represents a method that dispatches an action. |
| IMiddleware | Represents a method that is used as middleware. |
| IObservable | An Observable represents a sequence of values which may be observed. |
| IObserver | - |
| IReducer | Represents a method that is used to update the state tree. |
| IStore | Represents a store that encapsulates a state tree and is used to dispatch actions to update the state tree. |
| ISubscribable | - |
| ISubscriber | - |
| ISubscription | - |