User-1618157774 posted
When creating a server based blazor app is it still possible to use client-side features of the blazor ?
to be more clear: let's say we want to execute most of requests server-side but some features client-side (C# only code), is it possible too achieve this in the server based hosting model?