mc1098 0e52b88742
Update gloo dependencies in yew and examples (#2021)
Updates to using the latest stable gloo, in some cases removing
dependencies on `master` branch.

Removes `weblog` in favour of `gloo_console`, where applicable.
2021-08-29 02:13:06 +01:00
..
2020-09-22 00:17:48 +02:00

Pub Sub Example

Demo

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.