What if only some components in my page require Javascript? Can the same "partial hydration" be achieved?
Vue3 can also ignore static parts which gives similar benefits.
What if only some components in my page require Javascript? Can the same "partial hydration" be achieved?