Jonathan Kelley 10db6ad65b wip: web now links against the js interprter code před 3 roky
..
examples bbb6ee10de feat: make hydration more robust před 3 roky
src 10db6ad65b wip: web now links against the js interprter code před 3 roky
tests bbb6ee10de feat: make hydration more robust před 3 roky
BUGS.md 1a2f91ed91 polish: examples před 3 roky
CHANGELOG.md b804c691d5 Release dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7 před 3 roky
Cargo.toml 10db6ad65b wip: web now links against the js interprter code před 3 roky
README.md e8f29a8f8a wip: enable more diffing před 4 roky

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