mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-23 02:53:12 +00:00
f5683a2346
Worked a bit on adding more examples. Trying out a new "antipattern" example to show how *not* to use Dioxus. |
||
---|---|---|
.. | ||
.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.