store library

Classes

DefaultStore<S>
A canonical redux-like store object with listeners.
HistoryStore<S>
A store that captures the history and enables undo and redo operations.
Store<S>
A redux like store that manages state.
ValidatingStore<S>
A delegating store that validates state access and updates.

Typedefs

Updater<S> = S Function(S state)