❔ 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?
2 Replies
currently if you are running blazor server, your only option is js, yes
possibly in .net8 you could run both in one app, but thats just a proposal at this point
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.