1 unstable release
0.6.14 | Jul 11, 2021 |
---|
#1439 in WebAssembly
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
~9.5MB
~187K SLoC