Does IDOM Transpile/Transcompile to WebAsm/JS? #357
Answered
by
rmorshea
Archmonger
asked this question in
Question
-
Are |
Beta Was this translation helpful? Give feedback.
Answered by
rmorshea
Apr 29, 2021
Replies: 1 comment
-
There is no transpiling, this was an explicit design choice I made in order to keep things simple. As a result almost everything happens server-side. I wrote an article about IDOM recently that might give you a better high level sense for how it works. If you're curious there's VDOM spec that describes exactly what is communicated to the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Archmonger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no transpiling, this was an explicit design choice I made in order to keep things simple. As a result almost everything happens server-side. I wrote an article about IDOM recently that might give you a better high level sense for how it works. If you're curious there's VDOM spec that describes exactly what is communicated to the client.