yewdux-middleware 0.4.0

A Redux-like middleware for Yewdux.
Documentation
1
2
3
4
5
6
7
8
# yewdux-middleware - Middleware for [yewdux]https://github.com/intendednull/yewdux

[![CI](https://github.com/ivmarkov/yewdux-middleware/actions/workflows/ci.yml/badge.svg)](https://github.com/ivmarkov/yewdux-middleware/actions/workflows/ci.yml)
![crates.io](https://img.shields.io/crates/v/yewdux-middleware.svg)

This crate brings a very simple variant of [Redux-like middleware](https://redux.js.org/understanding/history-and-design/middleware) to the [Yewdux](https://github.com/intendednull/yewdux) ecosystem.

Check the [`kitchen-sink`](https://github.com/ivmarkov/edge-frame/blob/master/kitchen-sink/src/main.rs#L85) demo of the [edge-frame](https://github.com/ivmarkov/edge-frame/tree/master) crate for more details how to use this crate.