- ABP Framework version: v6.0.0-rc3
- UI type: Blazor Server Side
Hey,
just out of curiosity - here you say that you are using native UI instead of blazor hybrid. Is there any specific reason for that?
I wanted to take a look at blazor hybrid in order to hopefully maximize code reusage, that's why I'm asking.
2 Answer(s)
-
1
Hi jfistelmann
We are aware of MAUI Blazor's power, which makes existing blazor apps an app on each platform.
We are discussing that topic, but it's not clear yet and there will be no development about it in v6.0 as so far. Maybe in v7.0 but it's not clear, I can't say anything yet.
You can check this example: https://github.com/hikalkan/maui-abp-playing
And you can implement login flow via following this article on that infrastructure: https://community.abp.io/posts/integrating-maui-client-via-using-openid-connect-aqjjwsdf
-
0
Hi jfistelmann
We are aware of MAUI Blazor's power, which makes existing blazor apps an app on each platform.
We are discussing that topic, but it's not clear yet and there will be no development about it in v6.0 as so far. Maybe in v7.0 but it's not clear, I can't say anything yet.
You can check this example: https://github.com/hikalkan/maui-abp-playing
And you can implement login flow via following this article on that infrastructure: https://community.abp.io/posts/integrating-maui-client-via-using-openid-connect-aqjjwsdf
Thank you very much. So it's nothing set in stone yet. Still collecting experience and we'll see how things evolve.