DEV Community

Discussion on: How does Virtual DOM work? (Build your own)

Collapse
 
ianwijma profile image
Ian Wijma

This is so sick! I've had this plan to make a vdom using WASM, just to see if there could be a speed improvement. But dahm this one is quick.

Collapse
 
aidenybai profile image
Aiden Bai

That's really cool! (Actually, our initial idea with Million was to write it with WASM, but the bundle size was wayyy too big and it wasn't that practical - so we pivoted to just making it as close to baseline as possible)

Collapse
 
willdoescode profile image
Will

we do be pivoting tho