#virtual-dom #dom #virtual #assembly

percy-vdom

A standalone Virtual DOM creation, diffing and patching implementation

1 unstable release

0.6.14 Jul 11, 2021

#1375 in WebAssembly

MIT/Apache

105KB
2K SLoC

percy-vdom

A standalone Virtual DOM creation, diffing and patching implementation


lib.rs:

percy-vdom provides a virtual dom implementation as well as an html! macro that you can use to generate a virtual dom.

The virtual dom works on both the client and server. On the client we'll render to an HtmlElement, and on the server we render to a String.

Dependencies

~6.5–9MB
~171K SLoC