C#
C#

help

Root Question Message

FancyFurret
FancyFurret1/29/2023
❔ Blazor server run in browser/client

Hi! I have some code that needs to run in the browser and not in the server. (Constantly updating images for animations). How can i ensure this? With blazor server is my only option using JS? Or can I still use wasm?
Binto86
Binto861/29/2023
currently if you are running blazor server, your only option is js, yes
Binto86
Binto861/29/2023
possibly in .net8 you could run both in one app, but thats just a proposal at this point
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy