-
Or I'm pretty much downloaded it and running it locally on my web browser, just like running Java Applets or Flash? |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Jun 5, 2025
Replies: 1 comment 2 replies
-
It's running on the client (as always actually, not even what is normally called server-side rendering is server side... rendering, it's just updating the DOM from the server to the client, but the rendering happens on the client side). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's running on the client (as always actually, not even what is normally called server-side rendering is server side... rendering, it's just updating the DOM from the server to the client, but the rendering happens on the client side).