Xymanek
Xymanek
CC#
Created by Xymanek on 11/15/2024 in #help
Blazor WASM + prerender - handling forms on client & server
I'm trying out Blazor WASM + prerender and I noticed that form submission is handled by either server or WASM C#, depending on whether the latter is loaded (yet). Given that some logic must run on the server (e.g. DB access), what's the standard approach to "marshalling" the invocation to the server? I definitely prefer to have WASM handle the initial submission for interactive validation, status display, etc
8 replies