I am having a wpf application with lot of complex Telerik controls like GRID,DropeDowwn etc. But now we are migrating from WPF to openfin in our organisation. My understanding is we cannot host a wpf application inside a OpenFin container.So, we decided to migrate the WPF application to some Web technologies. Want to know what is the best path for the conversion of WPF to a Web app. What technology should I used so that the conversion of XAML to HTML5 is fast or less time taking
We have checked React, Angular options and for every technologies we feel like we need to re-write the entire UI in HTML 5.
Want to know if there is a easy way of converting a wpf to web application