Expand description
Centralized state store with reducer pattern
Structs§
- Composed
Middleware - Compose multiple middleware into a single middleware
- Logging
Middleware - Middleware that logs actions (for debugging)
- Noop
Middleware - A no-op middleware that does nothing
- Store
- Centralized state store with Redux-like reducer pattern
- Store
With Middleware - Store with middleware support
Traits§
- Middleware
- Middleware trait for intercepting actions
Type Aliases§
- Reducer
- A reducer function that handles actions and mutates state