yew_data_link 0.2.3

This crate allows one to mutate yew function component’s data from other component via sending messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
workspace = { members = [ "examples/dyn_list", "examples/simple" ] }

[package]
name = "yew_data_link"
description = "This crate allows one to mutate yew function component’s data from other component via sending messages."
repository = "https://github.com/kotfind/yew_data_link"
license = "MIT"
version = "0.2.3"
edition = "2021"

[dependencies]
yew = "0.21.0"