mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
Updates to using the latest stable gloo, in some cases removing dependencies on `master` branch. Removes `weblog` in favour of `gloo_console`, where applicable.
Pub Sub Example
This is currently a technical demonstration of agents.
Concepts
The example has two components, which communicate through a "broker" agent as opposed to the traditional method using component links.
Improvements
As it stands, this example uses a great amount of code to do very little. The concept should be applied to a more elaborate use case.
This could also be merged into the nested_list example to remove the need for WeakComponentLink.