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.
Extensions
-
FutureStoreExtension
on Store<
S> -
ObservableStoreExtension
on Store<
S> -
StreamStoreExtension
on Store<
S>
Typedefs
-
Updater<
S> = S Function(S state)