Jonathan Kelley 75fa7b4aa6 fix: make tests pass há 3 anos atrás
..
src 75fa7b4aa6 fix: make tests pass há 3 anos atrás
BUGS.md 1a2f91ed91 polish: examples há 3 anos atrás
CHANGELOG.md 2b928372fb Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.1 há 3 anos atrás
Cargo.toml 2d58d380be publish: get web ready gto publish há 3 anos atrás
README.md e8f29a8f8a wip: enable more diffing há 4 anos atrás

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