❔ 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?
Was this page helpful?