I have a server and a client in my Bazor web assembly project. So, I have a js file defined on my server, which contains the WebGL rendering code. in the client, in the counter component, I call the renderer function from a js file located on the server. so where will the rendering take place, on the server or on the client?
↧