Replies: 1 comment
-
Yes, nanojsx does not use a vdom. In works on the server by using a custom document object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in line
const element = tagNameOrComponent === "svg" ? hNS("svg") : document.createElement(tagNameOrComponent);
real dom elements and not vdom elements are created. how can this work on the server, or outside the browser? this is not the vdom approach, which the base library nano announces.
Beta Was this translation helpful? Give feedback.
All reactions