(no title)
cryptoalex | 9 months ago
UI for both apps is reasonably complex and could be seen here - https://youtu.be/PZVwYSCO1p4?t=78.
To be honest, Blazor UI controls / object model / lifecycle takes some time to get used to. However, MudBlazor library does help here, as well as finding your own patterns and just building on top of your own base classes.
With the same stack i.e. Blazor Hybrid / Blazor WASM / MudBlazor, I've also build Secure Mail Client, Notes, File Encryption application, and also a number of CLI utilities related to encryption via QR codes.
Overall, I do recommend Blazor Hybrid for a cross platform desktop application with simple to medium UI complexity.
No comments yet.