Blazor Hybrid and sharing components

1 Answer 222 Views
General Discussions
Rob
Top achievements
Rank 1
Iron
Iron
Rob asked on 23 Feb 2023, 04:28 PM

I'm looking in to using Blazor Hybrid (inside a WPF wrapper) as an alternative to full traditional WPF in the next iteration of our software.

I have a blazor webassembly site and want to share components etc. within both applications (Blazor Hybrid and Blazor Webassembly).

I currently have the following:

  • Software.Client (webassembly)
  • Software.Server (webassembly backend)
  • Software.Local (blazor hybrid wpf)

I want to add a component library that both the hybrid and webassembly applications can use to share ui.

I have tried a few methods of doing this, using the telerik blazor components, but have ran in to a few road blocks specifically

  • Razor Class Library (couldn't use nuget ui to add the telerik ui blazor library)

Before I go much further how supported is the Blazor Hybrid scenario within an WPF wrapper using the telerik blazor library? Are there any examples I can use to move forward?

Any advice would be welcome.

Many thanks,

Rob

1 Answer, 1 is accepted

Sort by
0
Svetoslav Dimitrov
Telerik team
answered on 28 Feb 2023, 09:59 AM

Hello Rob,

You can use the Telerik UI for Blazor suite in a WPF application. On our public GitHub repository, you can see such a demo application. I hope that the configuration and additional information will help you move forward with your implementation. 

Regards,
Svetoslav Dimitrov
Progress Telerik

Learn about the important changes coming in UI for Blazor 4.0 in January 2023!
Tags
General Discussions
Asked by
Rob
Top achievements
Rank 1
Iron
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Share this question
or