I know a few other front end libraries/frameworks (most notably Svelte and Solid) out there do not use a virtual DOM, and because of that, they can get some impressive performance.
Has anyone experimented with bringing this to the Elm runtime?
I know a few other front end libraries/frameworks (most notably Svelte and Solid) out there do not use a virtual DOM, and because of that, they can get some impressive performance.
Has anyone experimented with bringing this to the Elm runtime?
It has been discussed a couple of times before. Example: https://discourse.elm-lang.org/t/can-the-compiler-skip-virtual-dom/6300?u=atlewee
Svelte creator even replied in that thread. TLDR: elm already has impressive performance
Oh cool, thanks for the link.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.