Does hydration replace DOM nodes? #12
Unanswered
PierBover
asked this question in
Help / Questions
Replies: 1 comment 3 replies
-
Nano JSX does replace DOM elements as well. But the point of Nano JSX is to hydrate as few components as possible. (Depends of course on your use-case). But all the issues you mention, should not happen since you only hydrate the components once at page load. But maybe I am misunderstanding your question? |
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
-
When hydrating in Svelte some DOM nodes are replaced which has many ugly consequences:
Does Nano have those issues?
Beta Was this translation helpful? Give feedback.
All reactions