Jonathan Kelley 75fa7b4aa6 fix: make tests pass hace 3 años
..
src 75fa7b4aa6 fix: make tests pass hace 3 años
BUGS.md 1a2f91ed91 polish: examples hace 3 años
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 hace 3 años
Cargo.toml 2d58d380be publish: get web ready gto publish hace 3 años
README.md e8f29a8f8a wip: enable more diffing hace 4 años

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