Replies: 1 comment 3 replies
-
I'm not aware of any use cases where reactivity on the server side is super helpful. If you have some concrete use cases, I'm happy to learn. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is reactivity with van-plate under consideration? I would like to utilize reactivity on the server. I could extract the reactivity from vanjs-core but was wondering if anyone else has the need for reactivity using with SSR/nodejs/bunjs/deno processes...
That being said, the biggest draw is a small browser payload (vanjs-core). If I have to duplicate the reactive logic to support isomorphic components, that duplicate code would make the browser payload a bit larger. Saving a few hundred byes on the server side is not much of a concern, IMO...but it seems like SSR reactivity is not a common use case.
I don't have a need to make the generated html reactive. I use reactive state/derive values in some logic.
Beta Was this translation helpful? Give feedback.
All reactions