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?
Binto861/29/2023
currently if you are running blazor server, your only option is js, yes
Binto861/29/2023
possibly in .net8 you could run both in one app, but thats just a proposal at this point