MessageService - Blazor Rx.NET Integration Demo
July 18, 2018 ยท View on GitHub
This is a simple example app that demonstrates how one can use an Rx based MessageService to send and receive messages. You can use such architecture if you need publishers and subscribers to be decoupled and take advantage of Rx functional properties.
Run demo using Bionic
bionic serve
Run demo using DotNet
dotnet watch run