Is it possible to use Blazor to create a webassembly component that can then be hosted inside a "traditional" HTML / JS application?
In my case I want to host it inside React, but that shouldn't matter.
I did take a look at Blazor, but from what I found so far it seems to be only possible to create Blazor applications, where the blazor framework will take care of initializing everything.