dioxus/packages/web
Jonathan Kelley f5683a2346 wip: docs
Worked a bit on adding more examples. Trying out a new "antipattern" example to show how *not* to use Dioxus.
2021-06-23 22:32:54 -04:00
..
.vscode Feat: update examples 2021-03-12 17:21:06 -05:00
examples feat: events work again! 2021-06-23 01:44:48 -04:00
src wip: docs 2021-06-23 22:32:54 -04:00
Cargo.toml feat: events work again! 2021-06-23 01:44:48 -04:00
README.md WIP: Dioxus-webview 2021-01-21 03:22:08 -05:00

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.