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.
Hi Jack,
I’m about to embark on the same journey. I’m assuming it will be hard, particularly when implementing interactivity between the rest of the UI and the viewer, unless a bit of javascript can be parsed on top.
Have you been successful on your side ? Any lessons learned ?
Best