Navigation and Dialogs with MVVM and WPF
I'm using
CommunityToolkit.MVVM
which doesn't include pre-made classes for navigation and dialog in MVVM pattern. Can you recommend any that I can integrate into my WPF application?6 Replies
CTK is a very simplistic MVVM library if u want to have all that, I suggest you use Stylet or a different MVVM library
Thank you for the answer, do you know if developers who work in companies use Stylet or do they use MVVM at all for build applications?
they 100% use MVVM
I wouldn't be able to tell u who uses or not Stylet because the flavor really is that, u choose yours and it varies from company to company
I can tell Stylet is very used library and its very simplistic and nice to work with and the creator of it, if not mistaken is even on this discord
You can see a list of projects currently using it at https://github.com/canton7/Stylet/network/dependents
there are some projects in the list with over 11k stars
and ofc that doesn't list everyone
What do you think about using Uno Platform for desktop?
I would probably go with Avalonia if I want something cross platform
Okay, thank you for the help