Is there a way to write a Blazor app without wasm that doesn’t require server round trip for things like drop-down menus?
Situation is we want to embed an app somewhere that doesn’t support wasm, but we also don’t want to have to involve the server for simple things like drop-down menus
Is this just not possible with blazor?