mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-11 20:28:55 +00:00
f4fb5bb454
This commit adds lifetimes to the diff and realdom methods so consumers may borrow the contents of the DOM for serialization or asynchronous modifications. |
||
---|---|---|
.. | ||
.vscode | ||
examples | ||
src | ||
Cargo.toml | ||
README.md |
Dioxus-Web
Build interactive user experiences directly in the web browser!
Dioxus-web provides a WebsysRenderer
for the Dioxus Virtual Dom that handles events, progresses components, and updates the actual DOM using web-sys methods.