2
0
Fork 0
mirror of https://github.com/DioxusLabs/dioxus synced 2025-03-09 01:37:43 +00:00
dioxus/packages/web
2022-02-26 17:33:06 -05:00
..
examples chore: remove all warnings 2022-02-10 21:00:15 -05:00
src Merge branch 'master' into jk/documet-everything 2022-02-26 17:33:06 -05:00
tests chore: remove all warnings 2022-02-10 21:00:15 -05:00
BUGS.md
Cargo.toml fix: remove unused depds 2022-02-16 14:40:45 -05:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
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.

Web-specific Optimizations

  • Uses string interning of all common node types
  • Optimistically interns short strings
  • Builds trees completely before mounting them