Has anyone been successful integrating a Blazor web front end with a Solid backend?
…preferably using the Server hosting model but the Blazer WebAssembly hosting model would be interesting too (but more complicated).
I guessing that the best, first approach to integrating the Blazor Server model with Solid is to use Blazor’s JavaScript interop?
Your thoughts?