Are there any examples in using the SearchUI within a .NET web App and without using react?
Hi @xef,
I'm not aware of any .NET specific examples as SearchUI is a JavaScript framework. The key examples I've seen are React, but the README suggests it is possible to use with vanilla JS. Are you using ASP.NET, Blazor or something else? What exactly do you want to do with SearchUI?
Depending on that there are ways to invoke JS from .NET applications such as this example using IJSRuntime
in Blazor. There should be other runtimes too.
Hope that helps!
Thanks for your reply.
The problem is that most of the examples use react. What about those wh do not use react?
We want to integrate into a MVC .NeT with razor views beofre we commit to a cloud subscription.
Also the Movie example in the Demo gallery does not work. We waited for 20 minutes to finish processing but it kept sayong processing and will be back!!!