Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivmarkov/yewdux-middleware


https://github.com/ivmarkov/yewdux-middleware

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.