-
Hi! There are a number of third-party solutions to do this, such as Uno or DotnetJS, both of which seem to be doing exactly what I'm looking for. My question is, is there or will there be an 'official' alternative for this? Sorry if this question is kind of redundant, but I couldn't find anything so far :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello @torgabor, Similar question arrived few days before #70632. You can try out templates or take a look at samples. There is an ongoing work make this scenario better. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer, this the kind of thing I was looking for. I've looked through the examples, and they seem to be focused on invoking static methods in .NET. Is there an equivalent of |
Beta Was this translation helpful? Give feedback.
-
Actually, a new interop API is being developed. You can take a look at the proposal #70133 and prototype implementation #66304. The API will be different to what Take a look at the API and let me know if you have more questions. I'll be happy to answer them. |
Beta Was this translation helpful? Give feedback.
Actually, a new interop API is being developed. You can take a look at the proposal #70133 and prototype implementation #66304.
The API will be different to what
IJSRuntime
offers, it is more low level and oriented on allocation and performance. And yes, you can call instance methods.Take a look at the API and let me know if you have more questions. I'll be happy to answer them.