Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Syncfusion should include a few services to make using the Dialogs & Notifications easier.
A good resource that does this already is Radzen -
https://github.com/radzenhq/radzen-blazor
They include services such as NotificationService, you put this as a scoped service in your DI, you can then inject the service anywhere and then call NotificationService.Notify() method, this allows you to send a notification to the user using a single method. Much easier than the way SF currently does this (having to make a whole new SfNotification in a razor page.
They also have a DialogService which can return data. For example its possible to create a dialog that can create a object within it and return it to the calling function.
These would be great additions to Syncfusion.
Resources: