#virtual-dom #dom #virtual #web-apps #assembly

percy-dom

A standalone Virtual DOM creation, diffing and patching implementation

36 releases

0.10.0 Sep 29, 2024
0.9.9 Jun 3, 2024
0.9.6 May 26, 2023
0.9.1 Feb 20, 2023
0.6.28 Jul 28, 2021

#267 in WebAssembly

Download history 3/week @ 2024-11-03 4/week @ 2024-11-17 26/week @ 2024-12-01 41/week @ 2024-12-08 8/week @ 2024-12-15 6/week @ 2025-01-19 61/week @ 2025-01-26 82/week @ 2025-02-02

149 downloads per month
Used in 3 crates

MIT/Apache

210KB
5K SLoC

percy-dom

A standalone Virtual DOM creation, diffing and patching implementation


lib.rs:

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.

Dependencies

~7.5–10MB
~182K SLoC