Module store

Module store 

Source
Expand description

Centralized state store with reducer pattern

Structs§

ComposedMiddleware
Compose multiple middleware into a single middleware
LoggingMiddleware
Middleware that logs actions (for debugging)
NoopMiddleware
A no-op middleware that does nothing
Store
Centralized state store with Redux-like reducer pattern
StoreWithMiddleware
Store with middleware support

Traits§

Middleware
Middleware trait for intercepting actions

Type Aliases§

Reducer
A reducer function that handles actions and mutates state