You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write a single modal which is going to use in Blazor App and Maui App.
I am little bit confused regarding Implement INotify Interface Because Blazor do not need INotify Interface to be Implemented in its modal but Maui need.
so here is my question
Does is it good practise to use Single modal in Maui and Blazor App ?
By using INotify interface for blazor is going to side effect or bad performace ?
What is good Practise to use single modal in both Blazor and DotNet Maui ?
Note : I am already aware of DotNet Maui For Blazor but it is not realated to my question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to write a single modal which is going to use in Blazor App and Maui App.
I am little bit confused regarding Implement INotify Interface Because Blazor do not need INotify Interface to be Implemented in its modal but Maui need.
so here is my question
Note : I am already aware of DotNet Maui For Blazor but it is not realated to my question.
Beta Was this translation helpful? Give feedback.
All reactions