Host Speckle Viewer in Blazor Server Application

Hey team! I’m building a web app in Blazor and I am wanting to host a speckle viewer element within a razor component. Just putting out the feelers to see if anyone has done this before, and to see if they have any advice or tips! Thanks in advance!

1 Like

No particular pointers from my end - haven’t used Blazor in the past. I think though one gotcha with SSR (is blazor server side rendered? i remember something of the sort!) is to make sure the viewer component and all its logic runs client side only - we’ve had a similar discussion with @fabians re our new nuxt3 based frontend that we’re hacking on.