#virtual-dom #dom

percy-dom

A standalone Virtual DOM creation, diffing and patching implementation

37 releases

0.10.1 Dec 15, 2025
0.10.0 Sep 29, 2024
0.9.9 Jun 3, 2024
0.9.6 May 26, 2023
0.6.28 Jul 28, 2021

#130 in WebAssembly

35 downloads per month
Used in 5 crates

MIT/Apache

210KB
5K SLoC

percy-dom 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.


percy-dom

A standalone Virtual DOM creation, diffing and patching implementation

Dependencies

~6.5–9.5MB
~172K SLoC