Adding a button to a View that reroute user to another view in Avalonia using Community Toolkit & MVVM
Hello Stackoverflow Community.
MVVM Community Toolkit keeping two view synchronised with one model in an Avalonia application
I want to understand possible architectural level approaches that keep two views synchronised with a single model. Here I have a full implementation that uses MVVM Community Toolkit Messaging (see GitHub link below). What other ways of implementing this should be considered?