I’ve been busily writing a web app for another client using Blazor
Its quite straight forward so far
Making embeddable components and everything
I’ve been busily writing a web app for another client using Blazor
Its quite straight forward so far
Making embeddable components and everything
Are you going client or server side?
Server with a WASM client and coordinated over a SignalR connection - so far
Its pretty darned slick
I had to use Google about SignalR… I simply use WebSockets as it’s simple enough for me.
It’s already baked into the Blazor framework so not something the developer generally has to deal with in code, so I don’t think it adds complexity AFAIK.
No
Its completely invisible to me
I dont have to do anything special
Invisible = good (provided it is reliable and doesn’t require some ninja level skills to trouble shoot when it hiccups).