Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivmarkov/yewdux-middleware
https://github.com/ivmarkov/yewdux-middleware
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivmarkov/yewdux-middleware
- Owner: ivmarkov
- License: apache-2.0
- Created: 2022-10-23T12:13:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T15:09:47.000Z (11 months ago)
- Last Synced: 2024-11-30T13:51:20.672Z (about 1 month ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
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.