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 |
#188 in WebAssembly
Used in 3 crates
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
~181K SLoC