-
-
Notifications
You must be signed in to change notification settings - Fork 328
Does IDOM Transpile/Transcompile to WebAsm/JS? #357
-
Are @idom.event's run within the Python backend, or is code prefixed with that decorator transcompiled to webasm/javascript and run on the client browser?
Beta Was this translation helpful? Give feedback.
All reactions
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.
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.