Expand description
Middleware used to modify the behaviour of a Store during a Store::dispatch(). This module also contains some simple middleware implementations which can be used as utilities in an application.
Modules§
- simple_
logger simple_logger - Logging Middleware which uses the log macros to publish actions/events that occur within the Store.
- web_
logger web_logger - Logging Middleware for
applications running in the browser using
wasm-bindgen. Publishes actions/events that occur within the Store.
Structs§
Traits§
- Middleware
Middlewareused to modify the behaviour of a Store during a Store::dispatch().