我想编写一个将在 Blazor App 和 Maui App 中使用的模式。我对实现 INotify 接口有点困惑,因为 Blazor 不需要在其模式中实现 INotify 接口,但毛伊岛需要。所以这是我的问题
- 在 Maui 和 Blazor App 中使用 Single modal 是一种好习惯吗?
- 通过对 blazor 使用 INotify 接口会产生副作用或性能不佳吗?
- 在 Blazor 和 DotNet Maui 中使用单一模式的良好做法是什么?
注意:我已经知道 DotNet Maui For Blazor 但它与我的问题无关。